Confirmation Filters
Articles
gform_confirmation
This filter can be used to dynamically change the confirmation message or redirect URL for a form.
gform_confirmation_actions
Modify the list of actions which display below the Confirmation Name on the Confirmations list view.
gform_confirmation_anchor
Use this filter to enable or disable the confirmation anchor functionality that automatically scrolls the page to the confirmation text or validation message upon submission.
gform_confirmation_loaded
Fired on AJAX-enabled forms when the confirmation page is loaded.
gform_confirmation_settings_fields
The gform_confirmation_settings_fields filter allows the confirmation settings fields to be modified before they are displayed.
gform_entry_pre_handle_confirmation
Allows the entry to be modified before the confirmation is processed.
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_pre_confirmation_save
Modify the confirmation object before it is saved to the database.
gform_sanitize_confirmation_message
Uused to sanitize the complete confirmation message just before outputting to the page.
gform_suppress_confirmation_redirect
Use this filter to suppress the default page or redirect confirmation type behavior after submission.