Validation
Version 4.1 by Achraf El Kari on 2022/10/18 15:32
Setting a validation to a form is possible with an XSLT code. here is an example :
Bellow a user's form :
I want that my firstName not exceed 20 chars. All I can do is make validation on the input :
First step, I create a variable to get the form value, then test on this value, here the result :
It works vert well =)