Creating a form in Dreamweaver
Dreamweaver is a popular website development tool that can easily be used to create the HTML for a form. If you don't have Dreamweaver then you can use most other website development tools in a similar way.
Getting ready
We're going to use a simple example of a form created in Dreamweaver following the Creating a Form tutorial by Joseph Lowery and available from Adobe at http://www.adobe.com/designcenter/video_workshop/?id=vid0160.
Once again, this is a simple form as our intention here is to show you how to use the HTML in ChronoForms. There are many tutorials on the Adobe site and elsewhere that can teach you how to use Dreamweaver to create form code.
How to do it...
1. Here's what the form looks like in Dreamweaver:
Switch to the code view in Dreamweaver and find the form code in the HTML. It's this section, including the
'Get Aquo Info'
header just before the<form . . . >
tag.Copy the whole of this block.
2. Open the ChronoForms Forms Manager and click...