Feature #69199
closedNon-session support for one-step forms
0%
Description
For caching purposes it would be great to use formhandler without any session.
A support for one-step forms (without session-handling) would suffit many needs and could be implemented easyliy.
Now, if there is no active session, an exception gets thrown in Tx_Formhandler_Controller_Form because of this line: "$finishedSteps = $this->globals->getSession()->get('finishedSteps');" when submitting the first step.
Updated by Mathias Schreiber over 8 years ago
- Project changed from 3098 to TYPO3 Core
Updated by Riccardo De Contardi about 7 years ago
- Status changed from New to Rejected
I am sorry, but I have to reject this issue as it is related to the extension EXT:formhandler and thus not core-related.
You could contact the extension author, but as far as I can see here https://forge.typo3.org/projects/extension-formhandler the extension development has stopped.
If you think that this is the wrong decision, please reopen it or open a new issue with a reference to this one. Thank you.