We’re here to help! Whether you have a question about our recruitment services, need support, or just want to get in touch , we’d love to hear from you. Please fill out the form and we’ll get back to you as soon as possible.
Connect:
jQuery(document).ready(function($) {
$('a[href^="#popmake-"]').click(function(e) {
e.preventDefault();
});
// Clear #popmake-xxx hash from URL after popup opens
$(document).on('pumAfterOpen', function () {
if (window.location.hash && window.location.hash.startsWith('#popmake-')) {
history.replaceState(null, '', window.location.pathname + window.location.search);
}
});
});