E-mail form ???????

This is a discussion on "E-mail form ???????" within the Web Page Design section. This forum, and the thread "E-mail form ??????? are both part of the Design Your Website category.



Go Back   Webforumz.com > Main Forums > Design Your Website > Web Page Design

Notices


Closed Thread
 
LinkBack Thread Tools
  #1 (permalink)  
Old Apr 11th, 2005, 20:13
New Member
Join Date: Feb 2004
Location: Canada
Posts: 2
Thanks: 0
Thanked 0 Times in 0 Posts
E-mail form ???????

Hello everyone,
I am trying to set up an e-mail form below:

Code: Select all
<form action="mailto:postmaster@bcexpress.ca" method="post">
    <TABLE border="1" cellspacing="0" cellpadding="0" bgcolor="#CCCC99">
<TR><TD class="content">Your Name:</TD>
<TD><input type=text name=realname size=30></TD></TR>
<TR><TD class="content">E-Mail:</TD>
<TD><input type=text name=username size=30></TD></TR>
<TR><TD class="content">Your Home Page</TD>
<TD><input type=text name=url size=30></TD></TR>
<TR><TD class="content">City:</TD>
<TD><input type=text name=state size=30></TD></TR>
<TR><TD class="content">Comments:</TD>
<TD><textarea name=comments COLS=30 ROWS=4></textarea></TD></TR>
<TR><TD><input type="submit" value="Submit"></TD></TR>
<TR><TD><input type="reset" value="Reset Entry"></TD></TR>
</table></form>

<form action="button"><input TYPE="button" VALUE="Close Window" onClick="window.close()"></form>
EDIT:- INSERTED FORUM CODE TAGS

Whenever I use this form the Outlook e-mail comes up and just has the address and subject, no comments that I entered into the text area.
Am I doing somehing wrong here?
Any help would be appreciated.

Thanks

  #2 (permalink)  
Old Apr 11th, 2005, 21:17
Reputable Member
Join Date: Aug 2003
Location: United Kingdom
Posts: 341
Thanks: 0
Thanked 0 Times in 0 Posts
AFAIK, an email form need to be processed by some scripting method, either Perl, ASP or PHP usually. HTML alone cannot send an email, and I dont think that a mailto: link is a valid form target. Check you hosts for a built in email script - most have one.
  #3 (permalink)  
Old Apr 11th, 2005, 21:36
Junior Member
Join Date: Jul 2004
Posts: 32
Thanks: 0
Thanked 0 Times in 0 Posts
"mailto:" can be used, but it may bring a lot of emails and, even worse, SPAM. It is HIGHLY recommended that a server-side processing script be used.
  #4 (permalink)  
Old Apr 11th, 2005, 23:42
New Member
Join Date: Feb 2004
Location: Canada
Posts: 2
Thanks: 0
Thanked 0 Times in 0 Posts
e-mail

thanks for the info people.

I will check web host for formmail script.
Thanks
Closed Thread

Tags
email, 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

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

Similar Threads
Thread Thread Starter Forum Replies Last Post
PHP Mail Form Synoptic PHP Forum 2 Jun 11th, 2008 21:16
Mail Form help! ClrWtrDsgnr PHP Forum 6 Sep 27th, 2007 21:22
PHP Form Mail Maverick25r PHP Forum 2 Sep 22nd, 2006 21:59
Can someone help me with this e-mail form??? johnson8707 PHP Forum 4 Jul 4th, 2006 17:51
visitors name not displayed in mail after filling in mail form made on earth PHP Forum 7 Nov 16th, 2005 22:43


All times are GMT. The time now is 02:34.


Powered by vBulletin®
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.2.0 RC8
© 2003-2008 Webforumz.com : All Rights Reserved

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43