Aelurus
03-30-2003, 01:51 AM
For my site I am using "mutated" HTML code for making forms. Now I have gotten radio buttons and text areas to work fine in the e-mails. But I have never used check boxes. The code I am using is <input type="checkbox" name="name">. However in the e-mail I get it says the name, but the for the checked boxes it just says "on". What is going on?? Thank you!!!!
check boxes are either on or off (checked or not).
so... what's the question?
Aelurus
03-30-2003, 04:24 PM
Ok well for example, I have a list of things to check off and I check more than one, I get an e-mail saying only one of the things. Not two. How can I get it so it says more than one box checked off.
checkboxes should have a different NAME value assigned to each one. it sounds like you have put in the same value for more than one.