eventsmanager icon

em_booking_success redirect

eventsmanager | PRO | 07/31/24 07:05:36 PM UTC (Edited) | 0 ⭐ | 1155 👁️ | Never ⏰ | []
text |

210 B

|

None

|

0 👍

/

0 👎

<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