Thread Starter
edtstu
(@edtstu)
I used a different form plugin that doesn’t refresh and uses ajax instead. Thanks anyway!
Thread Starter
edtstu
(@edtstu)
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: http://getdistilld.com/
Theme: Agile-WP
Can you give any more details?