algib
10-22-2010, 12:25 AM
http://regalnissan.webs.com/landingpage.html
This is the site im trying to build at the bottom where the give away is. how do i take the selected item by the user and their email address entered and send the information to my email?? i would like it if no other program came up.
this is the code i am currently using and its not working
<form name="giveaway" method="post" action="mailto:myemail@domain.com">
E-Mail:<input type="text" name="e-mail" size="25"><input type="submit" value="Submit">
<br>
<input type="radio" name="entry" value="Atlanta Braves Four Tickets and Parking Pass"><strong>Atlanta Braves</strong> Four Tickets and Parking Pass
<br>
<input type="radio" name="entry" value="Atlanta Hawks Four Tickets and Parking Pass"><strong>Atlanta Hawks</strong> Four Tickets and Parking Pass
<br>
<input type="radio" name="entry" value="Atlanta Thrashers Four Tickets and Park Pass"><strong>Atlanta Thrashers</strong> Four Tickets and Park Pass
<br>
<input type="radio" name="entry" value="Fox Theater Two Tickets and Parking Pass"><strong>Fox Theater</strong> Two Tickets and Parking Pass
<br>
<input type="radio" name="entry" value="Buckhead Dining Group Dinner for Two"><strong>Buckhead Dining Group</strong> Dinner for Two
</form>
This is the site im trying to build at the bottom where the give away is. how do i take the selected item by the user and their email address entered and send the information to my email?? i would like it if no other program came up.
this is the code i am currently using and its not working
<form name="giveaway" method="post" action="mailto:myemail@domain.com">
E-Mail:<input type="text" name="e-mail" size="25"><input type="submit" value="Submit">
<br>
<input type="radio" name="entry" value="Atlanta Braves Four Tickets and Parking Pass"><strong>Atlanta Braves</strong> Four Tickets and Parking Pass
<br>
<input type="radio" name="entry" value="Atlanta Hawks Four Tickets and Parking Pass"><strong>Atlanta Hawks</strong> Four Tickets and Parking Pass
<br>
<input type="radio" name="entry" value="Atlanta Thrashers Four Tickets and Park Pass"><strong>Atlanta Thrashers</strong> Four Tickets and Park Pass
<br>
<input type="radio" name="entry" value="Fox Theater Two Tickets and Parking Pass"><strong>Fox Theater</strong> Two Tickets and Parking Pass
<br>
<input type="radio" name="entry" value="Buckhead Dining Group Dinner for Two"><strong>Buckhead Dining Group</strong> Dinner for Two
</form>