em_booking_success redirect
<script>
jQuery(document).ready( function($){
jQuery(document).bind('em_booking_success', function( booking_form, response ){
window.location.href = "https://test.com/thank-you";
});
});
</script>
<script>
jQuery(document).ready( function($){
jQuery(document).bind('em_booking_success', function( booking_form, response ){
window.location.href = "https://test.com/thank-you";
});
});
</script>
Comments