Forums

Required fields

shah.sphere 05 Apr, 2013
Hi,
I have created a custom form type. Everything is working fine.
But now I want to add the required fields notification (Form Check) so that people have to fill up the mandatory fields before they can submit the form.

I have go through to this forum, but i cannot find out the proper steps to do this kind of features. I try to install the CFv4 Show HTML [GH] action, but i have no idea what to do with the configuration...
GreyHead 05 Apr, 2013
Hi shah.sphere,

You need to add the classes to your inputs to trigger the validations. For example class="validate['required']" or class="validate['required','email']"

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