I added:
<script type="text/javascript">
// Scroll to element on div
if(window.location.href.indexOf("sent=1") > -1) {
$('html, body').animate({
scrollTop: $("#beta-signup").offset().top
}, 300);
}
</script>
to header.php
doesn’t seem to work
I tried adding just the JS to the main.js but that isn’t working either.
Website: https://getdistilld.com/
Theme: Agile-WP