Form Validation

Native HTML Form Controls
Input element with type="text" attribute.
Input element with type="email" attribute.
Check Group
Radio Group
Passwords

The Password Confirm field below is automatically generated based on the presence of a Password field.

Custom Form Controls
This custom form control is a div element, not an input element.
This custom form control checks if a the div#exists contains an img tag.
Other Options

These options can be applied to the fields above.

Optional fields will allow a blank value, but will validate a non-blank value based on the input's type attribute and/or custom pattern if supplied.
(Numbers only.)
This field uses a user supplied regular expression to test against and can output a custom error message. The input will validate based on the input's type attribute first, then the pattern.
Required fields can be dynamically disabled/enabled.
This field dynamically enables/disables the 'Dependent Child' field if it has a value.
This field dynamically enables/disables if the 'Dependent Parent' field has a value.