Hi,
I'm trying to use JS validation for several field in a custom code.
If I click on the forms name and afterwards on tab [JS Validation] I have these details:
- Enable JS Validation: YES
- Validation Errors: FIELD TITLES
For the required fields, I've added the TITLE tag:
<input title="Vul svp en naam in" type="text" name="naam" id="naam" />
I'm using:
- Joomla 2.5.9
- Chronforms 4.0 RC3.5.2
Validation is not working. If I take a look at the source code, i cannot find any validation.js file...
Can someone please help me out.
You can see the form http://www.patricksmulders.nl/nieuw/index.php/contactformulier
I'm trying to use JS validation for several field in a custom code.
If I click on the forms name and afterwards on tab [JS Validation] I have these details:
- Enable JS Validation: YES
- Validation Errors: FIELD TITLES
For the required fields, I've added the TITLE tag:
<input title="Vul svp en naam in" type="text" name="naam" id="naam" />
I'm using:
- Joomla 2.5.9
- Chronforms 4.0 RC3.5.2
Validation is not working. If I take a look at the source code, i cannot find any validation.js file...
Can someone please help me out.
You can see the form http://www.patricksmulders.nl/nieuw/index.php/contactformulier