Reply
E-mail Form
Old 10-18-2007, 11:09 AM E-mail Form
l3lueMage's Avatar
Skilled Talker

Posts: 68
Location: San Jose, California
Can anyone give a tutorial on how to make an e-mail form? Like people enter their info and click submit and it e-mails it to me? o.O;
l3lueMage is offline
Reply With Quote
View Public Profile
 
When You Register, These Ads Go Away!
     
Old 10-18-2007, 11:39 AM Re: E-mail Form
stOx's Avatar
Machine

Latest Blog Post:
Worlds Smallest Car - Peel P50
Posts: 2,114
Name: Matt. (>',')>
Location: London, England.
http://www.tele-pro.co.uk/scripts/contact_form/
stOx is offline
Reply With Quote
View Public Profile Visit stOx's homepage!
 
Old 10-18-2007, 06:50 PM Re: E-mail Form
Average Talker

Posts: 17
This is something most of people prefer :http://www.scriptarchive.com/formmail.html
__________________
RSHosting- UK & US based reseller & dedicated hosting.
100% anonymous reseller hosting
+ FFMPEG + 10 min support
http://www.rshosting.com
rshosting is offline
Reply With Quote
View Public Profile
 
Old 10-23-2007, 10:40 PM Re: E-mail Form
Junior Talker

Posts: 1
Name: edo
Check www.ASP101.com
saxamchine is offline
Reply With Quote
View Public Profile Visit saxamchine's homepage!
 
Old 10-30-2007, 01:24 AM Re: E-mail Form
Junior Talker

Posts: 4
The trick is to use "mailto:" (is the email address for sending form data) as the "action" (where you would have otherwise placed the address to a CGI script) in your form. For example, let's take a look at the HTML tags used in the above example:


<form
action="mailto:"
method="POST"
enctype="multipart/form-data"
name="EmailTestForm">
Your Name:<br>
<input type="text" size="20" name="VisitorName"><br><br>
Your Comment:<br>
<textarea name="VisitorComment" rows="4" cols="20">
</textarea><br><br>
<input type="submit" value="Email This Form">
</form>

So, go ahead... create your next online form using your favorite HTML editor and simply type "mailto:" (without quotes) followed by your email address for the "action" tag to get yourself a functional online form.
ivancorne is offline
Reply With Quote
View Public Profile
 
Reply     « Reply to E-mail Form
 

Thread Tools

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

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are Off
Refbacks are Off




   
RSS Feed  Feeds: RSS   JS   XML
RSS Feed  Feeds for this forum: RSS   JS   XML

 


Page generated in 0.13451 seconds with 13 queries