Friday, April 16, 2010

Contact Form Validation in Dreamweaver

In Dreamweaver there is a very simple and easy way to apply form field validation and in this article I will so you exactly how to achieve this.


Step 1: Create the form with your required fields.

This is a simple html form which I am going to use for validation.
Dreamweaver ASP Contact Form Tutorial

Step 2: Apply the validation to the form elements

When your form will be ready then go on Window Menu and select Behaviors from there. A window will be appear on your side panel there will be some other tabs like "Attributes", "Tags" and "Behaviors". Now select the Submit Button and click on "+" sign under the Behaviors tab. A window of behaviors will be open and you will find different behaviours which you can use for different tasks. Select "Validate Form" now.
Adobe Dreamweaver Tutorial Validate Contact Form

Step 3: Select required validations for fields

This dialog will be open when you will select Validate Form behavior. Here you will see all text fields which you have used in contact form. Now select one by one field for validation and apply checks from under the "Fields" area. Here you will find following checks.

  1. Value Required: Check this if you want user must enter this field
  2. Accept: Here you will see different radio buttons with captions
    • Anything: User can enter anything.
    • Number: Only numbers will be entering.
    • Email address: This check will be for email validation
    • Number from: You can specify range of numbers.
Adobe Dreamweaver Tutorial Validate Contact Form

Step 4: Test applied validation

After you have applied the Validation that you require, Save the Document and test it by not entering in anything into the fields. You should get a pop up box like this.
Adobe Dreamweaver Tutorial Contact Form Validation

There we have it, you can now apply form validation to your Contact Forms.

12 comments:

  1. This is such a great resource that you are providing and you give it away for free. I enjoy seeing websites that understand the value of providing a prime resource for free. I truly loved reading your post. Thanks!

    ReplyDelete
  2. veterinary technicianApril 19, 2010 at 10:29 AM

    Keep posting stuff like this i really like it

    ReplyDelete
  3. really useful and amazingly short training.

    ReplyDelete
  4. pharmacy technician careersApril 25, 2010 at 3:59 PM

    nice post. thanks.

    ReplyDelete
  5. Nice information, I really appreciate the way you presented.Thanks for sharing..

    ReplyDelete
  6. veterinary technicianMay 14, 2010 at 12:52 PM

    nice post. thanks.

    ReplyDelete
  7. Good post and this mail helped me alot in my college assignement. Thanks you for your information.

    ReplyDelete
  8. I want to know that how we use more than one submit Email address in Form submit button. Like cc and bcc field.

    ReplyDelete
  9. I've done that, but if I leave more than one field blank, I get an alert box for each one which is very frustrating - can this be done on just one alert box..?? CS3

    ReplyDelete
  10. thanks thats great! however, how can i do to add an automatic response or THANK YOU after submission?

    ReplyDelete
  11. Wow. Thanks. That was very helpful. I've been trying to validate my forms for a while with little success. Much appreciated.

    ReplyDelete