Abstract Form Field object.
General DOM manipulation utilities needed for this library
The Form Field Factory provides a way to lookup a specific type of FormField subclass without having to know the concreate class name in advance i.e.
The GValidator object finds any forms on the page with classname 'autoform' or 'gform' and attaches validation events to the inputs based on class names of the elements.
Name Field (Extends FormField).
RecaptchaTextField Field, for integration with the ReCaptcha system - does NOT use ajax or anything to validate.