Form Validation

0
I have a requirement in form validation that when i  submit the form without entering the mandatory data or field it should take to  that particular field in UI to fill  and submit .
asked
2 answers
0

Hi

 

You can use javascript for this.

Validation messages have specific class. You can use this class to navigate to the error field.

 

Regards,

Anahit

answered
0

If you set this validation on the field in your frontend, so the page in Mendix studio pro, you can do this using the property ‘Validation’ of the field:

answered