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

    (@codepeople)

    Hello @moriyonet,

    You can redirect the user to a different URL (than the thank you page entered in the form’s settings) from the thank you page. For example, a hypothetical case, inserting the following piece of code in the content of thank you page:

    
    [CP_CALCULATED_FIELDS_RESULT]
    <script>document.location.href="https://www.the-website-domain.com/<%fieldname1_value%>-<%fieldname2_value%>";</script>
    [/CP_CALCULATED_FIELDS_RESULT]
    

    Best regards.

Viewing 1 replies (of 1 total)
  • The topic ‘Append URL parameters’ is closed to new replies.