Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #163186

    Hello,

    I would like to be able to direct a user to a thank you page after they fill out a form for conversion tracking purposes. Is there any way to do this? I’m willing to change a few lines of code in the theme files if need be. I’m just not sure where to start.

    Thanks in advance,

    #163367

    Hi nickfooter!

    You’ll need to edit the shortcodes.js file located in the /js folder, look around line 1005-1010, add this line:

    window.location="http://google.com";

    Replace the URL by the desired one.

    Best regards,
    Josue

Viewing 2 posts - 1 through 2 (of 2 total)
  • The topic ‘Direct users to a thank you page after submitting a form?’ is closed to new replies.