In this blog post I will tell you how to use the following validation options: Email, Number of characters.
Email validation does not allow to enter wrong email addresses.
Number of characters validation. This option has three parameters (Is, Minimum, Maximum);
Example: How to create a simple form "Leave you comment/opinion/feedback" with Email, Number of characters validation.
1. Create new project "Validation"
2. Add two fields, "Email" - a single line type, "Comments" - a multiple line type to a new form "Example form". You can see link Validation below each field.
3. Click on "Validation" link and select options you need in the pop-up window. Select Email for "Email" field, select Number of characters (Maximum 10 symbols) for "Comments" field, click Submit button.
The system will check the entered entries for "Email" and "Comments" fields.

Add a new record in the Records menu.
If you enter incorrect records you will see the text message. See screenshot below:
So, you know how easy it is to create a simple database with MyTaskHelper. You can embed this form into any web site using Customize & integrate menu.
11.12.2006 Igor Petrushenko