Go Back   CodingForums.com > :: Client side development > HTML & CSS

Before you post, read our: Rules & Posting Guidelines

Reply
 
Thread Tools Rate Thread
Enjoy an ad free experience by logging in. Not a member yet? Register.
Old 10-22-2010, 12:25 AM   PM User | #1
algib
New Coder

 
Join Date: Oct 2010
Posts: 14
Thanks: 5
Thanked 0 Times in 0 Posts
algib is an unknown quantity at this point
help sending information via email

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
Code:
 <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>
algib is offline   Reply With Quote
Old 10-22-2010, 09:39 AM   PM User | #2
SB65
Senior Coder

 
Join Date: Feb 2009
Location: West Yorkshire
Posts: 2,817
Thanks: 9
Thanked 681 Times in 675 Posts
SB65 will become famous soon enoughSB65 will become famous soon enough
The best way is to call a php script (if your server supports php - most do) to send the email. Here's a simple example.
SB65 is offline   Reply With Quote
Reply

Bookmarks

Jump To Top of Thread


Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT +1. The time now is 11:11 AM.


Advertisement
Log in to turn off these ads.