Form starts in middle of page

I just created my first multi-page form and I am having a little issue. When you click to go to the next page, it starts in the middle of that page. I am afraid that people won’t realize there are questions above that and won’t fully complete the form. Is there a way to make sure they start at the top of every page?

Are you using frames, iframe? I believe by default page should be displayed at top in all browsers. Try to add # at the end of URL. If you are submitting form to get to the next page, your code will look like this:

<form action="next.php#" method="post">

the code looks like this:

    • There must be some reference to the destination URL in your javascript/ajax code or in the tag. Once you find it, just append # at the end.

      Sponsor our Newsletter | Privacy Policy | Terms of Service