Basically what I am trying to do is have a form where I can put in some info and have it mailed to the email I put in. Something like the image below.
Is there any kind of tutorial or anything close that can show me how to do this?
| SitePoint Sponsor |



Basically what I am trying to do is have a form where I can put in some info and have it mailed to the email I put in. Something like the image below.
Is there any kind of tutorial or anything close that can show me how to do this?
Thanks In Advance
David


Unless you know a bit of PHP, it might be better to use a third party service like WooFoo. Otherwise, here are some links I've gathered over time:
http://css-tricks.com/139-nice-and-simple-contact-form/
http://css-tricks.com/examples/NiceSimpleContactForm2/
http://green-beast.com/gbcf-v3/
http://www.freedback.com/
http://accessify.com/tools-and-wizar...-form-builder/
http://css-tricks.com/snippets/php/send-email/
http://seo-watch.com/hosting/mail_form.php
http://www.felgall.com/php2.htm
http://www.easyphpcontactform.com/manual.html
http://www.addressmunger.com/contact_form_generator/
http://webgeekworld.com/web_developm...ails.php?id=42
Facebook | Google+ | Twitter | Web Design Tips | Free Contact Form
Try your hand at the new JavaScript Challenge!
If you don't like getting your feet stuck in a bog, avoid Twitter BootsTrap.



Very much appreciated. I am a newcomer when it comes to php. I can do a simple contact form, but never done one where you fill in the email yourself.
$to = 'youremail@email.com';
That is what I dont need. I need it to email the addy I put in the Email box.
Thanks In Advance
David


Facebook | Google+ | Twitter | Web Design Tips | Free Contact Form
Try your hand at the new JavaScript Challenge!
If you don't like getting your feet stuck in a bog, avoid Twitter BootsTrap.



Like I need to put in a email that I want the info to be sent to. I dont need the info sent to myself. Basically when someone asks for a quote, I can pull up this form and send it to their email, So the email will always be different as well as the info I am sending out.
Thanks In Advance
David


OK, so you just need the "to" email address to be part of the form, rather than hard-coded. Although I have to ask, why not just do this via your regular email client?
Facebook | Google+ | Twitter | Web Design Tips | Free Contact Form
Try your hand at the new JavaScript Challenge!
If you don't like getting your feet stuck in a bog, avoid Twitter BootsTrap.



Yes, thats what I need, and because I dont want to have to fill in the prefilled into it.
The outcome is going to look something like this
Bold being the pre-generated content
![]()
Thanks In Advance
David


Sure, although you could just do a quick cut and paste each time. Not much work in my view. Anyhow, just saying!
If you have done a contact form before, all you need to do differently for this one is create an extra variable (for the 'to' email address) and feed this variable into the 'to' field of the mail () section as the to address.
Facebook | Google+ | Twitter | Web Design Tips | Free Contact Form
Try your hand at the new JavaScript Challenge!
If you don't like getting your feet stuck in a bog, avoid Twitter BootsTrap.



Yea but to a lazy client it might be... lol
Thanks In Advance
David
Bookmarks