FFAfterFormHandling hook

When FlexForm is finished processing a submit form and just before it will set notification and return to the user, this Hook will run.

Allowing people to do additional actions with the information submitted by the Form.

BeforeCreateEchoEvent
Available since version 1.1.14
Allows final actions on form values before output
function public static function onFFAfterFormHandling( $formFields, &$responseHandler ) { ... }
hook $wgHooks['FFAfterFormHandling'][] = 'MyExtensionHooks::onFFAfterFormHandling';
called from FlexForm/src/Processors/Request/External.php. Method: runHook

ws-page-props