Forms...
Date: 01/10/08
(WebDesign) Keywords: no keywords
I've never really used a form before and so... I'm kind of lost.
As it is now, the email that comes in looks like this:
text=Joe+Shmoe&text=123+Down+Lane&text=Thecity&text=NY&text=12345&change=no&text=test%40foobar.com&info=corporate&info=program
I'd prefer the email to come in like this:
Name: Joe Shmoe
Address: 123 Down Lane
etc...
Any help or suggestions would be awesome.
<form name="input" action="mailto:info@tallahasseehighlandgames.com" method="POST" style="padding-left:10px; font-size: 12px;">
Yes! Please add me to your mailing list!<br />
Name(s): <input name="text" name="fullname"><br />
Mailing Address: <input name="text" name="address"> City: <input name="text" name="city"><br />State: <input name="text" size="4" name="state"> Zip: <input name="text" size="10" name="zip"><br />
Is this an address change? <input type="radio" name="change" value="yes" />Yes <input type="radio" name="change" value="no" />No<br />
Email address: <input name="text" name="email"><br />
Please check all boxes of subjects you would like more information on:<br />
<input type="checkbox" name="info" value="sponsor" />Sponsorships <input type="checkbox" name="info" value="corporate" />Corporate Sponsorships<br /><input type="checkbox" name="info" value="program" />Program Advertising <input type="checkbox" name="info" value="fund" />Fund-Raising Events<br />
<input type="submit" value="Submit">
form>
Thanks all.
Source: http://community.livejournal.com/webdesign/1352687.html