SproutCMS

This is the code documentation for the SproutCMS project

function submit()

The method used to drive the form submissions at each step
This should be called by the submit function of the subclass controller

Usage

void $MultiStepFormController->submit ( int $step );

Arguments

  1. int $step
    The current step

Return value

  • void
    On the final step, the save() method is called. On earlier
            steps, the user is redirected to the form for the next step.