[TYPO3-english] Re: New mailform FORM has not yet a redirect-option out-of-the-box (TYPO3 6.1)?

Thomas Stadler thomas.stadler at tiscali.it
Mon Nov 11 18:36:42 CET 2013


This is a little bit late but here is just a simple solution for this problem with typoscript:
Add a hidden field, say "sent" to your form. In the page TS write the following typoscript condition:

[globalString = GP:tx_form|sent=1 ]

[end]

Inside you can change whatever page values you want. In my case I added:

[globalString = GP:tx_form|sent=1 ]
page.10.CONTENT.select.pidInList = 30
#show content from page with id 30
[end]


More information about the TYPO3-english mailing list