Forms and e-mail

This is a discussion on "Forms and e-mail" within the Starting Out section. This forum, and the thread "Forms and e-mail are both part of the Design Your Website category.


 Subscribe in a reader

Go Back   Webforumz.com > Main Forums > Design Your Website > Starting Out

Notices




Reply
 
LinkBack Thread Tools
  #1  
Old Jun 15th, 2007, 08:56
New Member
Join Date: Jun 2007
Location: Essex
Posts: 2
Thanks: 0
Thanked 0 Times in 0 Posts
Question Forms and e-mail

New to web design and need to find out the following. I have a form on my web-site for people to complete. When they hit the submit button I would like the form sent to several members of my site individually as bcc only. I do not want them each seeing who the form has been sent to.

Any help you can provide in doing this would be appreciated.

Phil
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 Jun 15th, 2007, 12:17
Elite Veteran
Join Date: Jan 2007
Location: You know where
Age: 31
Posts: 4,617
Thanks: 0
Thanked 0 Times in 0 Posts
Re: Forms and e-mail

You should be using a server-side language to achieve this : PHP or .NET or Perl

PHP is probably the most common.

Search the forum there are quite a few scripts floating around. You'll basically be using the mail() function. And look closely at Example 1089

PHP: Select all

// Additional headers
$headers .= 'To: Mary <mary@example.com>, Kelly <kelly@example.com>' "\r\n";
$headers .= 'From: Birthday Reminder <birthday@example.com>' "\r\n";
$headers .= 'Cc: birthdayarchive@example.com' "\r\n";
$headers .= 'Bcc: birthdaycheck@example.com' "\r\n"
See the last line? You'll need to incorporate that into the script.

Here's a good one to get you started: </span></span>PHP Mail Form: Secure and Protected
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 Jun 15th, 2007, 12:20
Reputable Member
Join Date: Oct 2006
Location: UK
Age: 25
Posts: 108
Thanks: 0
Thanked 0 Times in 0 Posts
Re: Forms and e-mail

As above,

however I have written a really simple tutorial to follow here --> http://www.cwebltd.co.uk/2007/06/05/...tact-form.html
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 Jun 15th, 2007, 12:31
New Member
Join Date: Jun 2007
Location: Essex
Posts: 2
Thanks: 0
Thanked 0 Times in 0 Posts
Smile Re: Forms and e-mail

Thanks for the help. I wil give it a try.
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
e mail, email, forms

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
mail servers only quicker Hosting & Domains 15 May 13th, 2008 17:52
php mail not working djme PHP Forum 6 Jul 8th, 2006 18:58
Can someone help me with this e-mail form??? johnson8707 JavaScript Forum 9 Jul 5th, 2006 22:23
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 23:26.


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