Content
- Registration Form Sample
It is simple user registration form. User Id is verified against database. If
validation passed submitted data is added to the database. The sample demonstrates
how VDaemon sorts out most common validation tasks.
- Quick Contact Form Sample
This sample demonstrates new error messanging mode of VDaemon v3.x. Sample contains a typical
quick contact/feedback form which allows user to send questions to support staff.
- Self-submitting Form Sample
Sometimes form sends its data for processing to the page containing this form (self-submit). For
example forms created by Adobe Dreamweaver Server Behaviors behave
like that. The following example demonstrates how to use VDaemon v3.x to work with self-submitting
pages.
- Group Validator Sample
This sample demonstrates how nested Group Validators work.
- Custom Validator Sample
This sample demonstrates how to use Custom Validator for both server- and client-side validation.
All VDaemon v3 Samples use styles from samples.css file. See
samples.css source here.