View Full Version : Forms


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!!!!

pb&j
03-30-2003, 06:49 AM
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.

pb&j
03-31-2003, 05:27 AM
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.