I’ve added this code to the in the head section of the page that the form is sitting on:
<script type="text/javascript">
$(function() {
function em_booking_success() {
window.location.replace("https://google.com");
}
});
</script>
Doesn’t seem to work but I’m not sure if I’m going about it the right way.. any help would be appreciated. Thanks!