• Resolved jensgoddess

    (@jensdes)


    I Have created a contact form on the page above… if you fill it out, it’s supposed to redirect the user to a thank you page where they have the option to download resources…. here’s the code I’m using in the “additional settings” part of my form:

    <script>
    document.addEventListener( ‘wpcf7submit’, function( event ) {
    location = ‘https://beta.rep.direct/why-rep-download-thank-you/&#8217;;
    }, false );
    </script>

    I’m not sure why it’s not working. Thanks

    The page I need help with: [log in to see the link]

Viewing 16 replies (of 16 total)
Viewing 16 replies (of 16 total)
  • The topic ‘Contact Form 7 redirect URL not working’ is closed to new replies.