Advertisement
eventsmanager

em_booking_success redirect

Sep 13th, 2023 (edited)
561
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.21 KB | None | 0 0
  1. <script>
  2. jQuery(document).ready( function($){
  3. jQuery(document).bind('em_booking_success', function( booking_form, response ){
  4. window.location.href = "https://test.com/thank-you";
  5. });
  6. });
  7. </script>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement