Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <script>
- jQuery(document).ready( function($){
- jQuery(document).bind('em_booking_success', function( booking_form, response ){
- window.location.href = "https://test.com/thank-you";
- });
- });
- </script>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement