My form validation stops after a few elements in my form. The first 6 elements get validated, but once you reach the first group of radio buttons, all required fields pass without text or selections.
I think the error has to do with the field input elements for the Primary Caregiver radio buttons--id, name, for, etc. But I'm not sure how to fix it or why its causing the rest of the form to not validate.
Here is the link to the form: http://vostn.com/index.php?option=com_chronocontact&chronoformname=new_patients
Any ideas?
I think the error has to do with the field input elements for the Primary Caregiver radio buttons--id, name, for, etc. But I'm not sure how to fix it or why its causing the rest of the form to not validate.
Here is the link to the form: http://vostn.com/index.php?option=com_chronocontact&chronoformname=new_patients
Any ideas?
Hi hr_design,
There's a javascript error on the primary_caregiver field. I'm not sure why but it could be the 'required' validation, please will you remove it as it doesn't make sense with radio buttons (only one is required not both).
Bob
There's a javascript error on the primary_caregiver field. I'm not sure why but it could be the 'required' validation, please will you remove it as it doesn't make sense with radio buttons (only one is required not both).
Bob
This topic is locked and no more replies can be posted.