Customizing my php contact form
Posted: Mon Jul 04, 2005 8:33 pm
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!
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!