Copied to clipboard

Flag this post as spam?

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


  • Ahsinah 18 posts 71 karma points
    Aug 21, 2014 @ 08:40
    Ahsinah
    0

    Adding additional parameter in confirmation URL using XPath

    I am using 3.0.12 version of Contour.

    when I sumit the form, I have used the following in the Send to page: currentPage/* [@isDoc]/@id

    I get the URL in the following format

    /confirmation.aspx?recordid=f3da15b2-f2d3-4aba-abe3-5c1e9d1f3b60

    I want to be able an add an extra paramter in the confirmation URL. For example:

    /confirmation.aspx?Offer=BuyOneGetOneFree&recordid=f3da15b2-f2d3-4aba-abe3-5c1e9d1f3b60

    Can anyone help please?

    Thank you.

  • Tim Geyssens 6562 posts 15373 karma points MVP 2x c-trib
    Aug 25, 2014 @ 15:47
    Tim Geyssens
    0

    Hey,

    Best is to store it somewhere else as you don't have control over how Contour redirects to the page

    Or perform the check in a different way, with the record id you can get the form id and based on that you want to show/hide something Is suppose

  • This forum is in read-only mode while we transition to the new forum.

    You can continue this topic on the new forum by tapping the "Continue discussion" link below.

Please Sign in or register to post replies