My embedded form is showing too large on my website.

  • kate.dewick
    Asked on February 26, 2021 at 11:33 AM

    I have embedded a form into my DUDA website. However, the form switches from 539px high is at 11,000 px and is not showing up on my web page properly. 11, 000 is the height of the form when you go to fill it out, but it is not the size I want displayed initially on the page. How can I change that?

    I'm attaching the website and this issue is on the employment page.

    Thank you,

    Kate

    Page URL:

    http://katee9dd0d4f.responsivesiteeditor.com/preview/62ff72c5

  • Gustavo_H
    Replied on February 26, 2021 at 3:51 PM

    Hi, Kate. Thank you for reaching support.


    Can you please try to embed your form again using the IFRAME code without the script tag? In other words, the code below.

    <iframe
    id="JotFormIFrame-210555692258057"
    title="APPLICATION FOR EMPLOYMENT"
    onload="window.parent.scrollTo(0,0)"
    allowtransparency="true"
    allowfullscreen="true"
    allow="geolocation; microphone; camera"
    src="https://form.jotform.com/210555692258057"
    frameborder="0"
    style="
    min-width: 100%;
    height:539px;
    border:none;"

    scrolling="no"
    >

    </iframe>


    Please, let us know how it goes.


    All the Best! ✨

  • kate.dewick
    Replied on February 26, 2021 at 4:22 PM

    This works wonderful! Thank you so much!