Hi Satish. I wanted to add a link in the navigation menu where you can go directly to a contact form I have placed in the sticky widget. What is the best way to do it? This is because in the mobile mode, the text I have is rather long and it takes a while to scroll all the way down. Thanks again!
Wrap your contact form in a div with id like this
<div id="contact-form">
<!-- Contact form code -->
</div>
Then in the menu, create a custom link with href as #contact-form.