Forms - Field Validation

You can validate the Users' Input with the following parameters:

alpha

the input can be text-only, no numbers.

alphanumeric

the input can be text and/or numbers.

email

the input has to be an email-address.

integer

the input has to be a number, without decimals (eg. 10, 4, -3)

real

the input has to be a number, decimals are allowed (eg. 10.32, 2, -3.333)

phone

the input has to be a phone number.

date

the input has to be a date. (dd:mm:yyyy)

time

the input has to be a time (hh:mm:ss)

Attachments