Dreamweaver CS3 - Your way to build better forms

A Web form is among the few paths to receive direct feedback from visitors to your internet site. If it's to enroll for an email newsletter, search a database of info, or order products on the internet, a Web form collects valuable info that may help you and also your site's visitors. But only if the info submitted is correctly : If a visitor forgets to type in her email address when enrolling for an email newsletter, or a visitor accidentally submits a form before filling it out, you can finish up with no info at all.

Making sure a Web form collects needed info in the right format is often known as form authorization. In brief, endorsement permits you to forestall a form from being submitted if info is missing, or info is incorrectly formatted. In addition, you can present an error to let users know what they did wrong and the way to fix it. Though form ratification is a very important part of building a Web form, it is also generally a complex process that involves either JavaScript programming online page or server-side programming online server.

Luckily, Dreamweaver CS3 introduces a fresh way of adding complex form approval simply : Brisk Form Validation.In Dreamweaver-CS3, you can check form input for the following kinds of form fields :

* Text fields.The most typical type of form field, the text field is a straightforward one-line box used to gather info like names, email addresses, zip codes, key terms, and such like.If a specific piece of info is necessary -- like a last name -- you can stop a form from being submitted if the user doesn't type anything into that field. Additionally, you can ensure that the data a user types into a text field is in the right format ; as an example, a properly formatted email address. Dreamweaver CS3 offers fourteen ratification options, including email address, zip, phone number, URL, and time.
* Text area. A text area field is generally used to gather long text entries ,eg comments, reviews, or blog entries. Not merely will Dreamweaver let you ensure that a text area is filled out, it may also enforce a minimum and / or maximum number of letters. As an example, you may want to limit feedback on a "Comments" field to 400 letters, both so it's simpler for you to go thru all your site feedback and to keep your site's database from being overloaded with too much info.
* Check boxes.Providing a straightforward yes / no option, a check box form field is ideal for multiple choice questions : "select your three favourite desserts," for instance. Using Brisk authorization, you can enforce a minimum number ( "pick at least two options" ) and / or maximum number ( "pick only 3" ) of selections.
* Pull-down menus. A pull-down menu is a compact way to give a lot of options in a single line ; for instance, an inventory of states, counties, or districts. Dreamweaver CS3 allows you to ensure the user has essentially made a choice from the menu before submitting the form.