• Resolved Fabbstar

    (@fabbstar)


    Hey there,

    I hope you are well?

    I’ve tried adding tags to the Thank you Page URL, to see if I can pass submitted data to a new (not CFF) form, but it doesn’t seem to work. Can you confirm please?

    Example:

    Thank You Page: http://www.test.com/order-received/

    I wish to add data from the submitted form to the url Thank You Page as follows:

    http://www.test.com/order-received/?Value=<%fieldname1%&gt;

    However when testing, the data doesn’t render in the URL, is just shows the tag “<%fieldname1%>”.

    If you have any ideas that would be great!

    Thanks,
    F

Viewing 1 replies (of 1 total)
  • Plugin Author codepeople

    (@codepeople)

    Hello @fabbstar,

    The current version of the plugin does not allow to include fields as parameters of the thank you page, the alternative would be redirect the users from the thank you page to another webpage, passing the value submitted by the form as parameter. For example, inserting the following shortcode into the content of the thank you page associated to the form:

    
    [CP_CALCULATED_FIELDS_RESULT]
    <script>document.location.href="http://www.test.com/second-page/?value=<%fieldname1_value%>";</script>
    [/CP_CALCULATED_FIELDS_RESULT]
    

    and that’s all.
    Best regards.

Viewing 1 replies (of 1 total)

The topic ‘Confirmation URL’ is closed to new replies.