JavaScript
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_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.
gform_conditional_logic_is_valid_flyout_click
This JavaScript filter allows add-ons to define certain clicks within the conditional logic flyout as valid to prevent the flyout from closing
gform_post_set_field_property
The gform_post_set_field_property JavaScript action hook enables custom actions to be performed when a field property is set in the form editor.