Skip to main content

Filter: gform_get_form_save_email_confirmation_filter

Dynamic Hook Name

This hook supports dynamic naming with the following modifiers:

  1. $form_id

Example hook names:

  • gform_get_form_save_email_confirmation_filter (base hook)
  • gform_get_form_save_email_confirmation_filter_1 (with first modifier value)

Filters the form confirmation text.

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

Parameters

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

Since

Source

Defined in form_display.php at line 5077