Getting Started Guide
All WebAssist products receive professional, top-of-the-line support from a number of resources. Validation Toolkit includes a full online help system, available directly from within Dreamweaver. Additional resources are available below:
Getting Started Guide
This Getting Started Guide provides basic instructions for using Validation Toolkit.
How Tos
How To documents are instructions, steps and details to help you achieve a specific objective using Validation Toolkit.
Applying CSS styles to form elements with Validation Toolkit (PDF)
Frequently Asked Questions
This FAQ helps answer some of the most common post sales questions regarding Validation Toolkit. Each answer appears below its corresponding question.
Should I apply server-side or client-side validation to my forms?
It is recommended that you add both types of validation to your forms, primarily because client-side validation does not get applied if JavaScript is turned off on the browser.
What is the difference between client-side and server-side validation?
Client-side validation is based on JavaScript code that is run on the user's browser. The validation is processed when a user submits a form, and will display error messages in a JavaScript alert box. Server-side validation is processed by the hosted server, where the error messages can be displayed as text on the form.
Which page do I apply server-side validations to?
The server-side validation will need to be applied to the page that the form is being submitted to. For example, if you have a form on index.php that submits to result.php (<Form name=“test” action=“result.php”>), then you will need to apply the server-side validation to the result.php page.
When the form action attribute is blank (<Form name=“test” action=“”>), the form will post to itself. Such cases require that you apply the server-side validation to that page.
How do I apply server-side validation on the submitted page?
If your index.php page submits to your result.php page, you will need to add the form bindings from the index.php page to the result.php. With Validation Toolkit installed, and the result.php page open, choose Add from the Bindings panel, select Form Data, choose index.php, and click OK.
Notice that the form from index.php is now listed in the Bindings panel, allowing you to select the form when applying the server-side validation. (index.php and results.php are used as examples only and are not required)
Can CSS be added to a validated form element?
Yes, you can apply CSS to your form elements. Instructions on how to accomplish this are provided in the following How to:
Applying CSS styles to form elements with Validation Toolkit (PDF)
Related Articles and Tutorials
Roadmaps that are related to a specific product are included in this section of the product's support page.
Click here to learn more about Roadmaps or to view all Roadmaps.
Setting up a PHP Connection (Interactive Tutorial)
Defining a Recordset (Interactive Tutorial)
Applying a Repeat Region (Interactive Tutorial)
Establishing Recordset Navigation (Interactive Tutorial)
Setting up a Dynamic site (Interactive Tutorial)
Declaring an ODBC Data Source (Interactive Tutorial)
Creating an ASP Connection (Interactive Tutorial)
Defining a Recordset (Interactive Tutorial)
Applying a Repeat Region (Interactive Tutorial)
Establishing Recordset Navigation (Interactive Tutorial)
Declaring an ODBC Data Source (Interactive Tutorial)
Defining a ColdFusion Connection (Interactive Tutorial)
Defining a Recordset (Interactive Tutorial)
Applying a Repeat Region (Interactive Tutorial)
Establishing Recordset Navigation (Interactive Tutorial)
General TechNotes