• Hi!
    I need different contact forms to redirect to different “thank you”-pages.
    Before, I could use this snippet but it dosent work anymore. Anyone who know how to fix it?

    <script>
    document.addEventListener( ‘wpcf7mailsent’, function( event ) {
    location = ‘https://skyltar.se/tack/&#8217;;
    }, false );
    </script>

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

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author Takayuki Miyoshi

    (@takayukister)

    See DOM Events

    Check the event.detail.contactFormId value in your code.

    Thread Starter skyltar

    (@skyltar)

    Hi @takayukister and thank you for your answer!
    I am all new to this and wonder where I should put the event.detail.contactFormId value? In functions.php? Custom CSS? In the specifik contact form?
    And what am I supposed to write after // do something productive ?

    Hope you can help me =)

    Thread Starter skyltar

    (@skyltar)

    Can someone help me with this? ??

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Redirect to different “thank you”-pages’ is closed to new replies.