[Typo3-dev] simple registration form

Patrick Rodacker rod at biba.uni-bremen.de
Tue Dec 6 15:35:26 CET 2005


Hi Martinov,

Martinov Evgeniy wrote on 06.12.2005 13:07:

> I need to create a multi-step wizard form in FE, which gathers some data
> and then on final page can store all data in a table. I understand that
> this should work with session handling but cannot catch how all things
> can fit together.
> Can anybody give me a hint in what exisiting extension can I find a
> simple concept fo such plugin?

I can not name extensions which are using such a concept, but have a
look at the usage of sessions within frontend plugins:

http://wiki.typo3.org/index.php/Table_of_Contents_%28XDG%29#Using_sessions

If you have e.g a 3-step formflow you could validate the form data after
each step and write it to the session, so at the end you have access to
the data from step1, step2 and step3. It's not a big deal.

HTH
Patrick




More information about the TYPO3-dev mailing list