Place Jotform on site without a frame

  • inboundzwolle
    Asked on October 26, 2020 at 7:39 AM

    Hello,

    We have placed the forms on https://www.wehkamplogistiek.nl/bookingsportal-lscz-1/.

    However, is it possible to place the form directly on the site without a frame, where you have to scroll down?

    Thanks in advance.




  • Sonnyfer JotForm Support
    Replied on October 26, 2020 at 8:51 AM

    Hi there - You can embed your form using the iFrame method. By default, the scrolling is set to "No" so you just need to edit the size so your form will display in full.

    Example iFrame code:

      <iframe

       id="JotFormIFrame-202941809624357"

       title="Clone of Booking LSCZ"

       onDISABLEDload="window.parent.scrollTo(0,0)"

       allowtransparency="true"

       allowfullscreen="true"

       allow="geolocation; microphone; camera"

          src="https://form.jotform.com/202941809624357"

       frameborder="0"

       style="

       min-width: 100%;

       height:539px;

       border:none;"

       scrolling="no"

      >

      </iframe>

    Guide: Getting-the-form-iframe-code

    Give it a try and let us know if you need further assistance.