Hello Team,
I have been struggling with JS Validation for a while now, and I am happy to report that on most of my forms it works! π
An example is our Membership form here. where the fields with a * are validated as required and some others are validated for content.
http://www.paganawareness.net.au/PAN/index.php?option=com_chronoforms&chronoform=MembershipApplicationRenewal
However, I am in the midst of adding a subscription registration option to my page, which seems to work perfectly, however now the JS Validation fails.
http://www.paganawareness.net.au/PAN/index.php?option=com_chronoforms&chronoform=MembershipApplicationRenewalV3
How can this been a JQuery issue if it works with the same template? However if I remove the template the Validation does work? I am just a little confused, I thought if the Jquery worked for one form it would work for all the forms.
I have been struggling with JS Validation for a while now, and I am happy to report that on most of my forms it works! π
An example is our Membership form here. where the fields with a * are validated as required and some others are validated for content.
http://www.paganawareness.net.au/PAN/index.php?option=com_chronoforms&chronoform=MembershipApplicationRenewal
However, I am in the midst of adding a subscription registration option to my page, which seems to work perfectly, however now the JS Validation fails.
http://www.paganawareness.net.au/PAN/index.php?option=com_chronoforms&chronoform=MembershipApplicationRenewalV3
How can this been a JQuery issue if it works with the same template? However if I remove the template the Validation does work? I am just a little confused, I thought if the Jquery worked for one form it would work for all the forms.