Field Classes
Articles
GF_Field_Email
This class is responsible for determining how the Email field is rendered when the form is displayed and how its value is handled during and after form submission.
GF_Field_FileUpload
This class is responsible for determining how the File Upload field is rendered when the form is displayed and how its value is handled during and after form submission.
GF_Field_Hidden
This class is responsible for determining how the Hidden field and the Hidden Quantity field are rendered when the form is displayed and how its value is handled during and after form submission.
GF_Field_HiddenProduct
This class is responsible for determining how the Product field is rendered when it is the “Hidden” selection when the form is displayed and how its value is handled during and after form submission.
GF_Field_HTML
This class is responsible for determining how the HTML field is rendered when the form is displayed and how its value is handled during and after form submission.
GF_Field_List
This class is responsible for determining how the List field is rendered when the form is displayed and how its value is handled during and after submission.
GF_Field_MultiSelect
This class is responsible for determining how the Multi Select field is rendered when the form is displayed and how its value is handled during and after form submission.
GF_Field_Name
This class is responsible for determining how the Name field is rendered when the form is displayed and how its value is handled during and after form submission.
GF_Field_Number
This class is responsible for determining how the Number field is rendered when the form is displayed and how its value is handled during and after form submission.
GF_Field_Option
This class is responsible for handling the Option field. Because Option fields are either a Drop Down, Radio Button, or Checkbox, this class only adds some settings and sets the title for the field in the editor.