Hi all,
I've been trying to figure this out for about 4 hours now--looked around the web, experimented, checked out PHP documentation. I think what I'm having a problem with is REALLY simple.
Here's what I want to do:
I have a series of checkboxes on this page--1 for each product (www.visualsonicpro.com/autogen/requestinfo.htm). When the user selects a product or products, I want those products to be presented in an email message like so:
"the user is interested in product 1, product 2, etc.."
Right now the checkboxes are formatted like this:
<input value="1" name="product1" type="checkbox">
<input value="1" name="product2" type="checkbox">
<input value="1" name="product3" type="checkbox">
Obviously, I'm no good with PHP. Anyway help would be greatly appreciated. And as always, I will pass on the good karma as I contribute to forums like this to others that need help in the things that I actually know about! Thanks!
Mike
P.S.
here's the URL for the php file: http://www.visualsonicpro.com/autogen/email.php