[Answer]-Include post data from a second form when submitting

1👍

Django comes with an optional “form wizard” application that splits forms across multiple Web pages. It maintains state in one of the backends so that the full server-side processing can be delayed until the submission of the final form.

Read the official docs here: Form Wizard.

Leave a comment