 Rank: Admin
Joined: 7/8/2003 Posts: 791 Location: United Kingdom
|
Ok, I've done most of what I'm asking here before, but I can't remember for the life of me what the coding was to do it.
I am wanting to put a form on a website that allows users to fill in a comment box, clikc submit and that comment gets sent to someone's email.
I don't want it to go through the person typing the comment's own email program, but directly over the internet.
I'm wanting to have a few fill in boxes:
1) A "Name" box. 2) An "Email" box. 3) A "Subject" box.
and also a drop down menu which will be a list of about 4 people's names, and depending on which one is chosen the email will be sent to a different email address.
Then the "Comment" box.
When the email is sent to whoever is chosen, I'd like the "Subject" box to become the subject line of the email.
Now I have done a for that does all that except the drop down list bit, but I can't remember the coding.
If someone who is html savvy could knock up a a basic form for me, that would be great!
Thanks in advance for any help I get.
|
Rank: Larger than Life
Joined: 11/15/2003 Posts: 1,649 Location: United Kingdom
|
You cannot do it using just HTML, it needs scripting behind it (I used PHP). Simply download this: http://www.cj-design.com/index.php?content=downloads&page=2It is extremly easy to set up, and take a few minutes.
|