PDA

View Full Version : Using CDONTS to email Checkbox results


AkaMadDiSk
07-23-03, 12:57 PM
I need to know how to submit check boxes and email the results using CDONTS.

So far I'm able to send text forms and drop downs and have the results emailed but I don't knoe how to do it with checkboxes.

Can someone please help?

Thanks

Stealth
07-23-03, 06:32 PM
<input name="checkbox" type="checkbox" value="Hello_World!" checked>


If the textbox is ticked then the value is shown. In this case its 'Hello_World!'

if nothing is ticked then the value is null