Need help with contact form/e-mailing

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
groogruxking40
Forum Newbie
Posts: 17
Joined: Wed Jun 17, 2009 8:04 am

Need help with contact form/e-mailing

Post by groogruxking40 »

hey all,

I have a form that allows the user to input the information
you can see it here- http://www.christiancouriernewspaper.co ... /form.html

what I need it to do now is when the user clicks SUBMIT for all the information they just filled out be sent to me via e-mail

any ideas/help?

thanks
Eric!
DevNet Resident
Posts: 1146
Joined: Sun Jun 14, 2009 3:13 pm

Re: Need help with contact form/e-mailing

Post by Eric! »

Look at my examples posted here
viewtopic.php?f=1&t=101854&st=0&sk=t&sd=a

contact.php
and _mail.php
groogruxking40
Forum Newbie
Posts: 17
Joined: Wed Jun 17, 2009 8:04 am

Re: Need help with contact form/e-mailing

Post by groogruxking40 »

Eric! wrote:Look at my examples posted here
viewtopic.php?f=1&t=101854&st=0&sk=t&sd=a

contact.php
and _mail.php
could you send me your contact.php
I think I need to get a better contact form

also is there a way I could customize it to my liking, dropboxes,checkboxes,etc..

thanks
Eric!
DevNet Resident
Posts: 1146
Joined: Sun Jun 14, 2009 3:13 pm

Re: Need help with contact form/e-mailing

Post by Eric! »

The code is posted in the messages on the link I gave you.

You can customize to the extent your skills will allow.
Post Reply