<< back to index
This is sample form illustarting basic actiWATE usage scenario.
The form simulates creation of a new user.
Users with all usernames except 'root' should be created successfully.
Attempt to create a new user with username 'root' results in a error.
Form implements the following JavaScript checks:
- All fields marked with (*) must be filled in.
- Password copies must match each other.
- If email is specified, it must be valid.
-
If some part of date-of-birth is specified (month, day, or year),
the other parts also must be specified.
On form submission JavaScript confirmation is shown.
|
Create User