Filter: gform_previous_button
Dynamic Hook Name
This hook supports dynamic naming with the following modifiers:
$form['id']
Example hook names:
gform_previous_button(base hook)gform_previous_button_1(with first modifier value)
Filter through the form previous button when paged
Parameters
| Name | Type | Description |
|---|---|---|
| $form_id | int | The Form ID to filter through |
| $previous_button | string | The HTML rendered button (rendered with the form ID and the function get_form_button) |
| $form | array | The Form object to filter through |
Source
Defined in form_display.php at line 5859