How redirect on multi language form?

redirect a multi-language form to different pages.

Overview

The standard CF redirect only accepts one URL, but the user needs to redirect based on the selected language.
Use a switch event in the form actions that checks the language parameter to conditionally redirect to the appropriate page.

Answered
ChronoForms v6
pa pat01 29 Jan, 2019
Hi

How can I use the redirect on a multi language form?

I want to redirect to another article depending on language the user has selected.
In the setup I can add one URL only into the field "Redirect URL".

Thanks.

he healyhatman 29 Jan, 2019
Answer
You could do a switch event based on {user:params.language}
This topic is locked and no more replies can be posted.