Filter: gform_incomplete_submission_pre_save
Allows the draft submission to be overridden before it is saved to the database.
Parameters
| Name | Type | Description |
|---|---|---|
| $submission_json | string | JSON encoded associative array containing this incomplete submission. |
| ↳ $submitted_values | array | The submitted values. |
| ↳ $partial_entry | array | The draft entry created from the submitted values. |
| ↳ $field_values | null|array | The dynamic population field values. |
| ↳ $page_number | int | The forms current page number. |
| ↳ $files | array | The uploaded file properties. |
| ↳ $gform_unique_id | string | The unique id for this submission. |
| $resume_token | string | The unique token which can be used to resume this incomplete submission at a later date/time. |
| $form | array | The form which this incomplete submission was created for. |
Since
Source
Defined in forms_model.php at line 4354