Form to Email

This is a discussion on "Form to Email" within the Web Page Design section. This forum, and the thread "Form to Email are both part of the Design Your Website category.



 Subscribe in a reader

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

Notices


Reply
 
LinkBack Thread Tools
  #1  
Old Mar 10th, 2006, 22:28
New Member
Join Date: Mar 2006
Age: 29
Posts: 1
Thanks: 0
Thanked 0 Times in 0 Posts
Form to Email

Hi all,
This is my very first post so I will apologise in advance if this has been asked before.

I am in the middle of building a website for my small business and want to have a page where people can enter there name, address and phone number, which is then sent to me by email. This is the first time I have ever done any type of web building and HTML so please bare with me.

I have been told to use the following code -


Quote:
<!-- Begin Form -->
<form enctype="multipart/form-data" method="POST" action="http://www.mywebsite.com/mail.php">
<input type="hidden" name="acctid" value="y3bnl0m29zeyn8o4">
<input type="hidden" name="formid" value="44928">
<table cellspacing="10" cellpadding="10" border="0">
<tr>
<td valign="top">
<b>Name:</b>
</td>
<td valign="top">
<input type="text" name="name" size="40" value="">
</td>
</tr>
<tr>
<td valign="top">
<b>Address:</b>
</td>
<td valign="top">
<textarea name="9c997203b6ed47104" rows="6" cols="40"></textarea>
</td>
</tr>
<tr>
<td valign="top">
<b>Phone Number:</b>
</td>
<td valign="top">
<input type="text" name="43b9eb879bb7fa255" size="40" value="">
</td>
</tr>
<tr>
<td valign="top">
<b>Email Address:</b>
</td>
<td valign="top">
<input type="text" name="email" size="40" value="">
</td>
</tr>
<tr>
<td colspan="2" align="center">
<input type="submit" value=" Submit Form ">
</td>
</tr>
</table>
</form>
<!-- End Form -->

My question is:

What code do I need to place in the file - www.mywebsite.com/mail.php ???



Thank you for any help
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Reply With Quote

  #2  
Old Mar 10th, 2006, 23:26
Most Reputable Member
Join Date: Aug 2005
Location: North Wales, United Kingdom
Age: 21
Posts: 1,093
Thanks: 0
Thanked 0 Times in 0 Posts
Re: Form to Email

Please look at the php mail threads. that will answer all your questions.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Reply With Quote
  #3  
Old Mar 11th, 2006, 00:40
Highly Reputable Member
Join Date: May 2005
Location: U.K
Age: 21
Posts: 739
Thanks: 0
Thanked 0 Times in 0 Posts
Re: Form to Email

try doing a search with our google search tool:
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Reply With Quote
  #4  
Old Mar 16th, 2006, 21:25
Junior Member
Join Date: Mar 2006
Location: Bradford, West Yorkshire, UK
Age: 25
Posts: 10
Thanks: 0
Thanked 0 Times in 0 Posts
Arrow Re: Form to Email

I recommend using PHPMailer (http://phpmailer.sourceforge.net/)

This is a feature rich php class for sending emails from PHP scripts.

Its a well documented script, and there are some nice examples to follow (http://phpmailer.sourceforge.net/extending.html) on the site which should help.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Reply With Quote
Reply

Tags
form, email

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 email form not sending email Kurt PHP Forum 1 Oct 12th, 2007 04:26
Form submits to email via php, but email is blank!!?? DH1234 PHP Forum 2 Jun 18th, 2007 10:42
Help Me With My Email Form Please bruno89 Web Page Design 6 May 2nd, 2006 12:40
HELP ME! Email form bruno89 Web Page Design 2 Apr 25th, 2006 17:42
php email form djme PHP Forum 3 Jan 1st, 2006 22:06


All times are GMT. The time now is 10:07.


Powered by vBulletin®
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Search Engine Optimization 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