Field Framework
Field Classes
Articles related to the Field Classes available in Gravity Forms field framework.
Field Settings
Articles related to the Field Settings available in Gravity Forms field framework.
Articles
Advanced Tab
A list of settings available to the field’s Advanced tab and the positions the new settings can be added to when using the gform_field_advanced_settings hook.
Appearance Tab
A list of settings available to the field’s Appearance tab and the positions the new settings can be added to when using the gform_field_appearance_settings hook.
General Tab
A list of settings available to the field’s General tab and the positions the new settings can be added to when using the gform_field_standard_settings hook.
GF_Field
The GF_Field class provides basic functionality for developers when creating new fields for Gravity Forms.
GF_Field_Address
This class is responsible for determining how the Address field is rendered when the form is displayed and how its value is handled during and after form submission.
GF_Field_Calculation
This class is responsible for determining how the Calculation type Product field is rendered when the form is displayed and how its value is handled during and after form submission.
GF_Field_CAPTCHA
This class is responsible for determining how the CAPTCHA field is rendered when the form is displayed and how its value is handled during and after form submission.
GF_Field_Checkbox
This class is responsible for determining how the Checkbox field is rendered when the form is displayed and how its value is handled during and after form submission. This class also handles the Product Option field rendering when it is a checkbox.
GF_Field_Consent
This class is responsible for determining how the Consent field is rendered when the form is displayed and how its value is handled during and after form submission.
GF_Field_Coupon
This article details the properties found in the Field Object for the Coupon field and the methods which can be used when accessing the entry.