Form keeps jumping to the top during input

  • Joanmcm
    Asked on December 8, 2017 at 8:18 AM

    Our online invoice form jumps to the top each time you click on a field and begin entering information.  You can no longer see the field and you can not see what you are typing.  This is happening in Chrome.  The form performs properly in Internet Explorer.

  • aubreybourke
    Replied on December 8, 2017 at 11:22 AM

    You could try adding the "nojump" parameter to the URL in your embed code.

    For example:

    <script type="text/javascript" src="https://form.jotform.com/jsform/53134795709969"></script>

    Should look like this:

    <script type="text/javascript" src="https://form.jotform.com/jsform/53134795709969?nojump"></script>