How to validade custom code fields?

camerata 15 Jul, 2013
Is it possible to use the validation for fields from a custom code form?
I would like to validate an email field in a form with other fields and a lot of custom code...

Thanks in advance.
GreyHead 16 Jul, 2013
Hi camerata,

You can add the validation classes e.g. validate['required','email'] to the inputs in your HTML.

Bob
This topic is locked and no more replies can be posted.