Forum Moderators: mack

Message Too Old, No Replies

Webforms

Creation and linking to server...

         

Griffstar

3:08 pm on Feb 28, 2007 (gmt 0)

10+ Year Member



Hi all,

I am wondering if you can help. I am redesigning our website tour reservation form. The current form was created by someone outside the company and is PHP. I can see all the code from this form in Dreamweaver. In Dreamweaver I am having fun learning how to insert radio buttons and check boxes and text fields. I can deal with this.

However, I have not got a clue about how I actually link the form so that we get an email from our provider when someone fills it in. Who do I need to get in touch with about this? Is this something that I could learn how to do myself? In my "Dreamweaver For Dummies" book they mention CGI scripts...

Thanks for any pointers.

draggar

3:23 pm on Feb 28, 2007 (gmt 0)

10+ Year Member



I was given a "form.php" file which takes all the information from the form (The form was made using the basic HTML <form>...</form> tags, makes it legible, and emails it to an email address (they you put into the form).

All I had to edit was the To: email addresses, the CC and BCC email addresses (if needed), the subject and reply subject, and that's it.

If you'd like, PM me your email address and I can send it to you, I don't know if this is what you already have or not.