Filter: gform_form_after_open
Dynamic Hook Name
This hook supports dynamic naming with the following modifiers:
$form_id
Example hook names:
gform_form_after_open(base hook)gform_form_after_open_1(with first modifier value)
Allows markup to be added directly after the opening form wrapper.
Parameters
| Name | Type | Description |
|---|---|---|
| $markup | string | The current string to append. |
| $form | array | The form being displayed. |
Since
- 2.7
Source
- Defined in
form_display.phpat line 1301 - Defined in
form_display.phpat line 5249