How can I add more than 1 validation in a single form and how it will run?
Hi Dhivya,
By the way, you can take a look at this document: https://success.outsystems.com/Documentation/11/Developing_an_Application/Design_UI/Forms/Validate_the_fields_of_a_form
It's for mobile and reactive web app, you can find inside link for traditional web app also.
Cheers,
Khuong
Can you please share which type of application are you doing? Is it Mobile, Reactive or Traditional web app?
Regards,
This is a reactive web app.
Then you can take a look at a very detail validation document I shared above.
And note that for future I think you may need to add type of application for community easier to help.
Khuong's answer should solve your problem.Please do keep in mind to do the validation client and server side as client side values can be tempered with.
Thanks for your kind response, I check the document.