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.