Form Validation
Custom Form Control
Date
Text
Input element with
type="text"
attribute.
Regex Pattern Test
(Numbers only.)
This field uses a user supplied regular expression to test against.
Tel
Email
Input element with
type="email"
attribute.
Password
Input element with
type="password"
attribute. The 'Password Confirm' field is auto-generated.
Not Required
Exclude fields.
Custom Form Control
This field is a
div
element, not an
input
element.
Dynamic Disabling
Toggle Disabled Attribute
Fields can be dynamically disabled/enabled.
File Upload
Select
Choose an Item
1
2
3
Check Group
Checkbox 1
Checkbox 2
Checkbox 3
Radio Group
Radio 1
Radio 2
Textarea
Submit
Reset