[Typo3] How can I get last <FORM> data in typoscript??

Dennis Cheung hkdennis2k at gmail.com
Fri Nov 25 02:03:33 CET 2005


Thanks,

I just have read the wrong section.

On 11/24/05, Peter Klein <peter at umloud.dk> wrote:
>
> 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
>
>
> _______________________________________________
> Typo3-english mailing list
> Typo3-english at lists.netfielders.de
> http://lists.netfielders.de/cgi-bin/mailman/listinfo/typo3-english
>



More information about the TYPO3-english mailing list