Form validation is important to ensure that users fill in the proper information. Until recently this required custom written JavaScript.
The Spry framework in Dreamweaver allows you to require specific types of info (such as a phone number or email address), and notifies
the user if they don't enter the proper information. You can easily customize what the messages say, and control how they look with CSS
without having to code it yourself!