This project is no longer maintained and no further public releases are planned.

No further support will be given.

Feel free to fork the git repository.

Finisher\Redirect

Redirects to specified page after successful form submission.

Version added

1.0.0

TypoScript path

plugin.Tx_Formhandler.settings.finishers.x copy to clipboard

Important

Please add this Finisher as the last one because no other Finisher is called after this component.

Properties

.redirectPage

Page ID or URL to redirect to

Data type

Integer | String | cObj

Version added

1.0.0

.correctRedirectUrl

Replaces  '&' with '&' in URL

Data type

Integer (0,1,2)

Version added

1.0.0

.additionalParams

Add additional parameters to the redirect URL. Each parameter can be a string or a TypoScript object.

Data type

Array

Version added

1.0.0

.headerStatusCode

Set a custom header code set when redirecting to another page.

Data type

String | cObj

Default value

303 See Other

Version added

1.3.0