Hooks

Articles

gform_frontend_page_visible

The gform_frontend_page_visible JavaScript action hook is used to perform custom actions when a page step is made visible by conditional logic on the front-end.

gform_frontend_pages_evaluated

The gform_frontend_pages_evaluated JavaScript action hook is used to perform custom actions when page conditional logic rules have been evaulated on the front-end.

gform_generic_map_field_choices

This Gravity Forms Javascript filter allows third-party developers to change the items shown in a Generic Field Map value field based upon what is selected in the corresponding key field.

gform_geolocation_autocomplete_mappings_pre_populate

Allows the mapped autocomplete values to be customized before the values are added to the inputs.

gform_geolocation_autocomplete_options_pre_init

Allows customization of the options used to initialize the autocomplete for the address field.

gform_get_entries_args_entry_list

This filter allows you to filter which entries are displayed in the Entry List.

gform_get_field_value

Filters the lead value.

gform_get_form_confirmation_filter

This filter allows the form confirmation text to be programmatically changed before it is rendered to the page. It was added to accomplish a very specific internal task of enqueuing the scripts and only executes for text confirmations.

gform_get_form_filter

This filter allows you to override the form's HTML after it has been generated but before it is displayed.

gform_get_form_save_confirmation_filter

This filter allows the form save confirmation text to be programmatically changed before it is rendered to the page.