extension Extending Gravity Forms
-
Add-On Framework
Build Gravity Forms add-ons within minutes using the add-on framework. Create custom fields, settings, feeds, and more within minutes.
-
Add-Ons
Just like the core Gravity Forms plugin, Gravity Forms add-ons are extensible too.
-
API
Directly interact with Gravity Forms from within your plugin or theme.
-
Constants
Need to set a constant? You'll find it here.
-
Field Framework
Create custom form fields by using the field framework.
-
Functions
Save time by using a function that already exists within Gravity Forms.
-
Hooks
Just like WordPress, hundreds of actions and filters are at the heart of Gravity Forms to easily extend core functionality.
-
Snippets
Don't waste time reinventing the wheel. If you need custom code, there's a good chance there's already a snippet for it.
bookmark_borderArticles
-
get_capabilities()
DescriptionThe get_capabilities() function in the Add-On Framework retrieves all capabilities or a specific capability for the add-on.
-
gform_recaptcha_callback
The "gform_recaptcha_callback" JavaScript filter in Gravity Forms allows a custom callback function to be executed when the user successfully submits the captcha.
-
gform_field_choice_selected_type_form_editor
The "gform_field_choice_selected_type_form_editor" JavaScript filter in Gravity Forms allows the "input type" for choices (checkbox, radio) to be overridden.
-
gform_form_not_found_message
The "gform_form_not_found_message" filter in Gravity Forms allows the default form message, "Oops!We could not locate your form.", to be changed.
-
gform_field_groups_form_editor
The "gform_field_groups_form_editor" filter in Gravity Forms is used to modify the field groups in the Form Editor before fields are added, allowing control over what displays.
-
gform_validation_error_form_editor
The "gform_validation_error_form_editor" is a Javascript filter that allows the form editor validation error to be overridden.
-
gform_user_registration_user_meta_options
The "gform_user_registration_user_meta_options" filter is used by the User Registration Add-On for Gravity Forms. When creating a feed for User Registration, the User Meta has a section titled "Other User Meta".
-
gform_activate_user
The "gform_activate_user" action fires after a user signup has been activated. This action is used in the User Registration plugin for Gravity Forms.
-
gform_user_registration_login_args
The "gform_user_registration_login_args" filter allows the modification of the login form arguments used to create the HTML for the Gravity Forms Login Widget.
-
gform_user_registration_login_form
The "gform_user_registration_login_form" filter allows the modification of the object for the login form used in the Gravity Forms Login Widget.