When you embed your form into your website using an iframe, you may have noticed that the page automatically scrolls to the form when loading.
To prevent this, you can remove the following from the form's iframe code:
onload="javascript:parent.scrollTo(0,0);"