JavaScript

Articles

gform_rule_pre_evaluation

The gform_rule_pre_evaluation filters can be used to modify a conditional logic rule before it is evaulated.

gform_editor_field_settings

The gform_editor_field_settings filter allows the editor settings that are used for the current field, including those inherited from the inputType, to be overridden.

gform_load_bulk_choices_choice

The gform_load_bulk_choices_choice filter allows each of the current fields choices to be overridden as they are loaded into the Bulk Add / Predefined Choices UI.

gform_insert_bulk_choices_choice

The gform_insert_bulk_choices_choice filter allows each choice to be overridden as it is added to the field using the Bulk Add / Predefined Choices UI.

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_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_page_hidden

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

gform_form_saving_action_EVENT

This dynamic JavaScript action hook is used to fire events when a form is saved via AJAX in the form editor.

gform_form_saving_filter_EVENT

This dynamic JavaScript filter hook is used to filter event arguments when a form is saved via AJAX in the form editor.

gform_abort_conditional_logic_do_action

This filter is affects Gravity Forms conditional logic processing to allow add-ons to abort the gf_do_action() function.