Required Fields validation
1) Script Title:
Required Fields validation
2) Script URL (on DD):
http://www.dynamicdrive.com/dynamici...uiredcheck.htm
3) Describe problem:
OK, I cant get a checkbox or radio button to work right. IF you check it or leave it alone it always pops up as an error. I have tried it with setting a value for it as well as not having a value for it.
This is the radio button code:
" <input name="t27" type="radio" id="t27" />"
This is what is in the JS area "something else", "t27", "somethingelse2"
Any Ideas?
Thanks
Josh
Required Fields radio button issue
I had the same problem the other day, till I realized my form creator was automatically having the first radio button checked.
Did you make sure that
checked="checked"
is not in the code for any of the radio buttons?
I tried to look at your page code, but a username and password are required to access that page and you did not provide those in your posts.
Deborah