Link to different page -> jquery scroll to specific anchor
At the bottom of my home page I have included a contact form and specified the anchor for this section as div id="contact". When the contact button is clicked on any page it should navigate to the homepage and on page load, scroll automatically to the contact form. I've been unsuccessful in getting this to work after reviewing a similar question I found here: jQuery scroll to ID from different page When I try, it just jumps to the form. I want it to scroll smoothly. <li><span>Get in touch</span><a href="index.html#contact">Contact</a></li> The problem jquery function to scroll to the contact