Filter: gravityview/edit_entry/cancel_link
Modify the cancel button link URL.
Parameters
| Name | Type | Description |
|---|---|---|
| $back_link | string | Existing URL of the Cancel link |
| $form | array | The Gravity Forms form |
| $entry | array | The Gravity Forms entry |
| $view_id | int | The current View ID |
Since
- 1.11.1
- 2.11: The cancel link now uses history.back() so the $back_link URL matters less.
Source
Defined in src/Extension/EditEntry/views/form-buttons.php at line 33