jimbo
11-18-2000, 11:48 PM
I have checkboxes that indicate how a person preferred to be contaced, like by Phone, Email, Postal Mail etc.[nbsp][nbsp]In Matt's Wright's FormMail, any form field you put in your form is processed and emailed.[nbsp][nbsp] In my form, I have those three choices, all called "Contact_By", each with their respective value that gets passed onto the script.
With FormMail, the resulting email will say this:
Contact By:[nbsp][nbsp]Phone, Email, Postal Mail - depending on which ones are checked.
I've programmed this in PHP to do the same basic thing - although it will only return one value, even with all three are checked.
My question is, how do I go about having the form group the three choices together?[nbsp][nbsp]Would I need to dump them into an array or something?
Any help would be very appreciated :).
-jim
With FormMail, the resulting email will say this:
Contact By:[nbsp][nbsp]Phone, Email, Postal Mail - depending on which ones are checked.
I've programmed this in PHP to do the same basic thing - although it will only return one value, even with all three are checked.
My question is, how do I go about having the form group the three choices together?[nbsp][nbsp]Would I need to dump them into an array or something?
Any help would be very appreciated :).
-jim