");
//$(this).attr('href','javascript:void()');
$(this).text('Processing...');
}
else{
return false;
}
});
$(document).ready(function() {
let thankYou = $('#formThankyouWYSIWYG');
const headerHeight = $('header').height() + 40;
if (thankYou.length) {
$('html, body').animate({
scrollTop: thankYou.first().offset().top - headerHeight
}, 500);
}
});