98.7% Of all customers recommend us, we're so confident about our results we publish all reviews and stats
View Live Stats View ReviewsForum home » Delegate support and help forum » Dreamweaver Training and help » web site course - Form submitting
web site course - Form submitting
Resolved · Low Priority · Version Standard
Stephen has attended:
Project Intro Intermediate course
Dreamweaver 8 Introduction course
Dreamweaver 8 Intermediate course
Form submitting
I can remember how to create a form but how do I add the submit button or tab so people can send info to me.
The web site I'm looking after for a friend does have free CGI/PHP support.
How do info come back to me in order for me to improve the site if required.
RE: form submitting
Stephen,
The 'action' parameter of your FORM tag needs to be set to a CGI file (or PHP, ASP etc.)
This can be a file on your server, or a 3rd party solution, such as the free Bravenet. The CGI file will have access to all your form fields as variables, and you will be able to do a number of things with this data.
The most common is to e-mail the fields to yourself. See this post for sending the data to you via e-mail.
The actual submit button itself is simply a form element, and you can insert it using Dreamweaver. See Insert -> Form objects -> Button.
If this answers your question, please mark this post as resolved. Otherwise, please elaborate and I'll get back to you.
Regards, Rich
Training information:
Welcome. Please choose your application (eg. Excel) and then post your question. Our Microsoft Qualified trainers will then respond within 24 hours (working days). Frequently Asked Questions
Any suggestions, questions or comments? Please post in the Improve the forum thread. |
Dreamweaver tip:Css stylesIf you are looking for a CSS style for your website / web page and not sure what you want to use, then go to the Csszengarden website, where you can download samples to try. |