Filter: gform_get_form_save_confirmation_filter
Dynamic Hook Name
This hook supports dynamic naming with the following modifiers:
$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
| Name | Type | Description |
|---|---|---|
| $confirmation_message | string | Confirmation text to be filtered. |
| $form | array | The current form object |
Since
Source
Defined in form_display.php at line 5128