2
Views
2
Comments
Client side validation?
Question
Is it possible to perform a client side validation using built in functions? Example:
When a user fills in a form, use the built in function "EmailAddressVadliate" to check to see if the user's email address is valid, then display a message next to the input box as the user types in the values.

If this is not possible then, how do you return a "feedback" message WITHOUT wiping out the user's inputted values?
TestFeedBack.oml
2018-05-07 20-49-39
Mário Araújo

 Hi Robert,

 

Attached you have your OML with the input validation implemented as it is recommended by OutSystems. It is a server side validation, but it will work like you describe above.

 

You can find a tutorial about this in the Form Validations lesson of the Developer Course I. More detailed documentation is also available in Service Studio's online help.

 

Cheers,

Mário

TestFeedBack_2.oml
2018-03-08 20-43-12
Robert Chanphakeo
Hi Mário

prefect-thanks.
Community GuidelinesBe kind and respectful, give credit to the original source of content, and search for duplicates before posting.