The iframe embedded within the course is scrolling within the window. We would like to have the full form presented and don't prefer scroll

  • techmoadmin
    Asked on July 29, 2019 at 1:34 AM
    Problem 1: The iframe embedded within the course is scrolling within the window. We would like to have the full form presented and don't prefer scrolling (as it gets difficult when viewed on mobile).
  • Victoria_K
    Replied on July 29, 2019 at 1:52 AM

    As I check your web page, I see you have embedded form using your own iframe solution, which does not set the height for form. 

    I can suggest to try re-embedding form using our iframe method: Getting-the-Form-iFrame-Code

    Since you have a pretty complex application, script part of embed code can probably be in conflict, so I can suggest to strip it and to set the fixed height for iframe. Here is the code to try (feel free to adjust highlighted value until it meets your requirements):

    <iframe id="JotFormIFrame-92087742019864" title="Test Jotform iFrame embed on course" onDISABLEDload="window.parent.scrollTo(0,0)" allowtransparency="true" allowfullscreen="true" allow="geolocation; microphone; camera" src="https://form.jotform.com/92087742019864" frameborder="0" style="width: 1px; min-width: 100%; height:2539px; border:none;" scrolling="no" > </iframe>