Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Support angelo_nwl

    (@angelo_nwl)

    hi,

    you can add this snippet in your theme header.php below this line

    <?php wp_head(); ?>

    add

    <script>
    jQuery(document).bind('em_booking_success', function() {
      //remove the comment below to redirect to other page after booking
      window.location = 'your-domain.com';
    });
    </script>
    Thread Starter Steeven

    (@steeven)

    Thanks.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Redirecting after booking – any news?’ is closed to new replies.