Skip to main content

Action: $gform_post_process_args

Fires after the form processing is completed. Form processing happens when submitting a page on a multi-page form (i.e. going to the "Next" or "Previous" page), or when submitting a single page form.

Parameters​

NameTypeDescription
$formarrayThe Form Object
$page_numberintIn a multi-page form, this variable contains the current page number.
$source_page_numberintIn a multi-page form, this parameters contains the number of the page that the submission came from. For example, when clicking "Next" on page 1, this parameter will be set to 1. When clicking "Previous" on page 2, this parameter will be set to 2.

Source​

Defined in form_display.php at line 319