[TYPO3-english] Formhandler - multistep form question

Reinhard Führicht rf at typoheads.at
Thu Aug 2 13:46:36 CEST 2012


Hi Adrian,

Am 02.08.2012 09:59, schrieb Adrian Marcinkowski:
> Hi Everyone,
> I have made a form with 4 steps. Is it possible to configure the
> formhandler in that way:
>
> 1 step - form on home page (id=1)
> 2 step - form is redirect to another page with id=12
> 3,4 step - rest steps of form is on page id=12
>
> Thanks for any help.
> Adrian
>

you can't do this with only one form.

You would have to build two forms:

* The one on ID 1 redirects to ID 12 (Finisher_Redirect) passing the 
parameters along.

* The second form on ID 12 loads the parameters 
(PreProcessor_LoadGetPost) so that they are usable in the form.

Regards,
Reinhard


More information about the TYPO3-english mailing list