The TextBox Family of Controls

TextBox controls handle basic user input. Different flavors of controls are available for various forms of user input.

The last few controls, the Email, Url and Custom items are based on the validation and filter routines introduced in PHP 5.3. The Custom field uses PHPs built-in ability to validate based on a Perl regular expression to only accept hex numbers.

Basic (limited to 5 chars):

Integer (max value of 10):

Float:

List (2 - 5 comma-separated items):

Email:

Url:

Custom (Only hex):