Form is not emebedded.

  • Kevin_Allin
    Asked on August 22, 2018 at 3:06 PM
  • Jed_C
    Replied on August 22, 2018 at 3:43 PM

    I've noticed that your embedded form is jumping when form is viewed or "Request a quote" is clicked.

    1534966735embedded form Screenshot 10 

    Please try adding the ?nojump parameter to prevent it from jumping. 

    ex.

    The one highlighted in red is where you append the value in your embed code.

    <iframe id="JotFormIFrame-81623015374148" onload="window.parent.scrollTo(0,0)" allowtransparency="true" allowfullscreen="true" allow="geolocation; microphone; camera" src="https://form.jotform.com/81623015374148?nojump" frameborder="0" style="width: 450px; min-width: 100%; height:900px; border:none;" scrolling="no" > </iframe>

    Let us know how it goes. Looking forward for your response.