Skip to main content

Filter: gform_incomplete_submission_post_get

Allows the draft submission to be overridden after it is retrieved from the database but before it used to populate the form.

Parameters

NameTypeDescription
$submission_jsonstringJSON encoded associative array containing the draft submission being resumed.
↳ $submitted_valuesarrayThe submitted values.
↳ $partial_entryarrayThe draft entry created from the submitted values.
↳ $field_valuesnull|arrayThe dynamic population field values.
↳ $page_numberintThe forms current page number.
↳ $filesarrayThe uploaded file properties.
↳ $gform_unique_idstringThe unique id for this submission.
$resume_tokenstringThe unique token which was used to resume this incomplete submission.
$formarrayThe form which this incomplete submission was created for.

Since

Source

Defined in forms_model.php at line 4495