[TYPO3-english] Formhandler passing parameters on redirect
Tony Lush
tlush at advancewm.com
Thu Mar 27 15:33:23 CET 2014
On 3/26/2014 9:45 AM, Tony Lush wrote:
> 5.class = Finisher_Redirect
> 5.config {
> redirectPage = https://AnotherDomain.com/cart
> additionalParams {
> name||c599b03 = TEXT
> name||c599b03.data = GP:fluke|name||c599b03
> name||name||c599b03.noTrimWrap = |||
> quantity||790f615||open = TEXT
> quantity||790f615||open.data =
> GP:fluke|quantity||790f615||open
> quantity||790f615||open.noTrimWrap = |||
> }
> }
I fixed the issue of the pipes in the fields by encoding them with |
For example: name||c599b03 = TEXT is now name||c599b03 = TEXT
But still the additional parameters are not getting passed to the
redirect page.
Any suggestions?
Thank you -- Tony
More information about the TYPO3-english
mailing list