I've created a Contour webform and made translations in the dictionary for all fields. So far so good. But at the end you need to be send to a page, specific for that language. And as far as I can see this is not possible at the moment: I can choose only one page.
You should be able to enter an XPath statement instead of picking an actual node, just hit the "Or enter Xpath" link. I'm pretty sure you can use $currentPage so you could enter something like this, to go up to your current language's homepage and down to whatever page you want to redirect to:
Note when you test it, I don't think it will work from the Contour "Preview" function since there is no $currentPage, so you need to test from the actual site.
'Send to page' in multi-language site
I've created a Contour webform and made translations in the dictionary for all fields. So far so good. But at the end you need to be send to a page, specific for that language. And as far as I can see this is not possible at the moment: I can choose only one page.
Anyone an idea about how to handle this?
Hi Rick,
You should be able to enter an XPath statement instead of picking an actual node, just hit the "Or enter Xpath" link. I'm pretty sure you can use $currentPage so you could enter something like this, to go up to your current language's homepage and down to whatever page you want to redirect to:
Note when you test it, I don't think it will work from the Contour "Preview" function since there is no $currentPage, so you need to test from the actual site.
HTH,
Tom
is working on a reply...