<script>
MktoForms2.loadForm("//pages.bullhorn.com/js/forms2/js/forms2.min.js", "131-YQK-568", 7227, function(form) {
// Add an onSuccess handler
form.onSuccess(function(values, followUpUrl) {
// Get the form's jQuery element and hide it
form.getFormElem().hide();
// Return false to prevent the submission handler from taking the lead to the follow up url
return false;
});
});
</script>
Hey