Customizing my php contact form

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
thefluffyshrimp
Forum Newbie
Posts: 4
Joined: Mon Jul 04, 2005 7:52 pm

Customizing my php contact form

Post by thefluffyshrimp »

Hello. I am still new to php and I was hoping to get a bit of help on customizing my php "contact form."

The usual code for a php contact form allows the user to put their name, email adress, select a topic from a dropdown menu, and then type a message.

However, I am using my contact form to allow users to sign up to a number of different mailing lists. To accomplish this, I need to alter a few things.

I would like my contact form to keep the sections for the person's name and email address. Then let them select which mailing list they would like to join from a drop down menu (same as the "Topic" selection). However, I want my users to then send the message with no text. I would like an automated message to be sent to me, telling me the name and email address of the person, and listing what mailing lists they want to be join.

Could someone please help me through the customization process for this?

Please respond! Thank you!
lostboy
Forum Contributor
Posts: 329
Joined: Mon Dec 30, 2002 8:12 pm
Location: toronto,canada

Post by lostboy »

show the code for wha you have
thefluffyshrimp
Forum Newbie
Posts: 4
Joined: Mon Jul 04, 2005 7:52 pm

Post by thefluffyshrimp »

Oh, I'm sorry about this, but I just figured it out on my own. :p

Oh well, less work for others then. ;) But thank you very much for offering to help me. :D

Thanks! :D
Post Reply