Under menu 'Components' -> 'Chrono Forms' -> 'Forms Management' -> (select form) -> 'Validation Tab' -> 'Enable Validation = Yes' -> (entered a 'zip' field to be validated - digits).
Validation then fails (no validation message). Am I missing something?
Joomla version 1.0.12, chronoforms 2.3
Validation then fails (no validation message). Am I missing something?
Joomla version 1.0.12, chronoforms 2.3
First you have to put the fieldname in
1 - required (not blank)
and then in the other one...
1 - required (not blank)
and then in the other one...
Entered field name in both 'required' and 'digit' (checking a 5 digit zip code), entered 'xxxx' in field, still no validation. I am testing by clicking the form link from within the component interface.
Thanks for the prompt reply.
Later,
Thanks for the prompt reply.
Later,
Hi lukacst,
Is your site on-line so that I can take a look at the form page?
The most likely explanation is that you have a JavaScript conflict with something else on the page - but impossible to diagnose without more info.
Bob
Is your site on-line so that I can take a look at the form page?
The most likely explanation is that you have a JavaScript conflict with something else on the page - but impossible to diagnose without more info.
Bob
Hi,
remove the class attributes from the input tags and it should work!
remove the class attributes from the input tags and it should work!
I implemented this on localhost, worked fine. I implemented on live site and when I click this link in the component interface ' index.php?option=com_chronocontact&chronoformname=EventRegistration' worked fine. However when I preview the site, and try it on http://reachdrs.com/for-fertility-patients/event-registration.html, doesn't work. Looked at page source and updates are there, so I'm still stuck.
I had the same problem of my validation not working. I had an open paragraph <p> tag. I closed it </p> and the validation works now.
Thanks for posting this tip!
This topic is locked and no more replies can be posted.