Skip to main content

Filter: gform_get_form_save_confirmation_filter

Dynamic Hook Name

This hook supports dynamic naming with the following modifiers:

  1. $form_id

Example hook names:

  • gform_get_form_save_confirmation_filter (base hook)
  • gform_get_form_save_confirmation_filter_1 (with first modifier value)

Filters the form save confirmation text.

This filter allows the form save confirmation text to be programmatically changed before it is rendered to the page.

Parameters

NameTypeDescription
$confirmation_messagestringConfirmation text to be filtered.
$formarrayThe current form object

Since

Source

Defined in form_display.php at line 5128