Articles

gform_signature_url_permission_granted

The gform_signature_url_permission_granted filter can be used to perform custom logic to determine if the signature URL will allow access to the file.

gform_signature_url

The gform_signature_url filter allows the signature URL to be customized.

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_pre_print_scripts

The gform_pre_print_scripts action hook is executed just before the scripts are printed to the page for the form widget or when a form embed is processed in a custom location using GFCommon::gform_do_shortcode().

gform_print_scripts

The gform_print_scripts action hook is executed just after the scripts are printed to the page for the form widget or when a form embed is processed in a custom location using GFCommon::gform_do_shortcode().

gform_field_settings_tabs

The gform_field_settings_tabs filter enables new tabs to be registered for display in the field settings panel in the form editor.

gform_field_settings_tab_content

The gform_field_settings_tab_content action hook is used to echo the content for a custom field settings tab in the form editor.

gform_editor_sidebar_panels

The gform_editor_sidebar_panels filter enables custom panels to be registered for display in the form editor sidebar.

gform_editor_sidebar_panel_content

The gform_editor_sidebar_panel_content action hook is used to echo the content for a custom panel in the form editor sidebar.

gform_rule_pre_evaluation

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