If you need to click button on header and it scrolls to form on homepage, you can follow these.
#1. Add a Code Block next to Form

#2. Paste this code into Code Block
<div id="contact-form"></div>

#3. Edit Site Header

#4. Edit Header button > Enter URL
#contact-form
and make sure “Open in NEw Tab” is disabled

#5. Done. When users click Header button, it will scroll to Form
if you want a slow scroll effect, you can use this code to Custom CSS box
html {
scroll-behavior: smooth;
}

#6. Note
If you are on other pages, when clicking Header button, it will do nothing, you will need to edit Header Button to this url
/#contact-form
