Copied to clipboard

Flag this post as spam?

This post will be reported to the moderators as potential spam to be looked at


  • Rick 31 posts 81 karma points
    Jan 20, 2012 @ 13:43
    Rick
    0

    '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?

  • Tom Fulton 2030 posts 4998 karma points c-trib
    Jan 20, 2012 @ 14:44
    Tom Fulton
    1

    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:

    $currentPage/ancestor::Homepage [@isDoc]/aliasOfYourThankYouPage [@isDoc]/@id

    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

Please Sign in or register to post replies

Write your reply to:

Draft