strapper
01-10-2007, 08:09 AM
I had posted something about this in 2004 and no one responded so maybe my question will get answered this time. I am doing a form and it works fine except for the fact that it emails the information to me in no specific order. I have tried everything I can think of to make this work and I have no luck. can someone PLEASE let me know where I am going wrong in the code???!?!?!
Below is the code and a test page I have up. You can take a look at both and let me know.
<input type="hidden" name="recipient" value="erik@eriksoulliard.com">
<input type="hidden" name="sort" value="Name,email,Contact Number,city,state,Zip,referred,comments,submit">
<input type="hidden" name="subject" value="Island Decks Form">
<input type="hidden" name="required" value="">
<input type="hidden"name="redirect" value="http://www.islanddecksonline.com/pages/thankyou.html">
the test page is at www.eriksoulliard.com/idtest.htm
THANKS FOR THE HELP!!!
Below is the code and a test page I have up. You can take a look at both and let me know.
<input type="hidden" name="recipient" value="erik@eriksoulliard.com">
<input type="hidden" name="sort" value="Name,email,Contact Number,city,state,Zip,referred,comments,submit">
<input type="hidden" name="subject" value="Island Decks Form">
<input type="hidden" name="required" value="">
<input type="hidden"name="redirect" value="http://www.islanddecksonline.com/pages/thankyou.html">
the test page is at www.eriksoulliard.com/idtest.htm
THANKS FOR THE HELP!!!