Link to form

I have a button set up to show a form when clicked. The form is lower on the page. How can I have a link go to the top of the form when I click the button using Wappler?

This is very simple, make sure your Form group has an ID set (eg. myForm)

Then just set your button to go to the same page URL but with an octothorpe symbol at the end followed by the ID you just set: mypagename.html#myForm

Thanks guys. Its been a while since I have done this. :slight_smile: