Form Settings Filters
Articles
gform_disable_form_settings_sanitization
Use this filter to disable the automatic sanitization of form settings. Gravity Forms will skip sanitizing form data such as titles, descriptions, CSS classes, and other form properties when enabled.
gform_field_map_choices
The gform_field_map_choices filter can be used to override the choices available in the field map drop down.
gform_form_args
The gform_form_args filter provides the ability to modify the options used to display the form.
gform_form_settings_before_save
The gform_form_settings_before_save filter can be used to modify the form object before save on the Form Settings page.
gform_form_settings_fields
The gform_form_settings_fields filter is used to customize the available settings on the Form Settings page.
gform_form_settings_initial_values
The gform_form_settings_initial_values filter allows the initial values that will be populated into the form settings to be overridden.
gform_form_settings_menu
The gform_form_settings_menu filter can be used to add new or modify default menu items which appear in the form settings section menu.
gform_honeypot_labels_pre_render
Override the labels used when rendering a hidden honeypot field for a Form.
gform_preview_form_link
The gform_preview_form_link filter allows the admin form preview link to be customized.
gform_require_login
The gform_require_login filter can be used to override the form requireLogin property; does the user need to be logged in to view and use the form?