[Typo3] How can I get last <FORM> data in typoscript??
Peter Klein
peter at umloud.dk
Thu Nov 24 15:42:35 CET 2005
Hi Dennis. You can acces GET/POST variables from Typoscript, using the GPVar
as getText datatype..
Here's an example..
10 = TEXT
10.data = GPvar : tx_ttnews|backPID
This will get the value of the tt_news backPid
More info can be found here:
http://typo3.org/documentation/document-library/doc_core_tsref/Datatype_reference/
--
Peter Klein/Umloud Untd
"Dennis Cheung" <hkdennis2k at gmail.com> skrev i en meddelelse
news:mailman.1253.1132826414.30370.typo3-english at lists.netfielders.de...
Hi all,
I've make a page of formmail, and show thank you page after submitting.
And on the thank you page, I wanted to show some field value just submitted(
e.g. name).
Even more, I wanted to make a chain of form page like a wizard.
Keep last <form> data in hidden value, and process them at once.
How to do this by typoscript?
I've read TS document said is can use GET parameter in condition(but no
example, how??)
Do I must build my own plugin???
Thanks,
Dennis
More information about the TYPO3-english
mailing list