Radio button validation was not fully implemented. I did some additional code to implement this on my own.
What are you talking about when you say "pasted the appropriate code above"? Did you find my example code, or change your validate function at all?
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I pasted the appropriate code above "function validateField(fieldId, fieldBoxId, fieldType, required)" and changed the below code:
if (validateRadio('field_2','fieldBox_2','radio',11,1) == false)
retVal=false;
But I still cannot validate the radio buttons. Please help.
Radio button validation was not fully implemented. I did some additional code to implement this on my own.
What are you talking about when you say "pasted the appropriate code above"? Did you find my example code, or change your validate function at all?
Every thing works now. I followed your directions at https://sourceforge.net/projects/phpformgen/forums/forum/149299/topic/1808277?message=4482684 again
and now everything works. The first time around I must have screwed something up. Thanks for your reply.
Paul