ASP form HELP!
ASP form HELP!
Out of context: Reply #2
- Started
- Last post
- 7 Responses
- tfs__mag0
umm are you capturing the checkbox values and putting them into variables on the section of the script that actually sends the mail?
[input type="checkbox" value="yourvalue" name="my_checkbox"]
can be captured as
[%
my_checkbox=request("my_checkbox...
%]the varialbe my_checkbox can then be added to the body of the email message.
ps: if you don't understand what i've just wrote... go look up some basic asp tutorials and get crackin