Wie kann ich das IFRAME so anpassen, dass die Höhe sich problemlos vergrößert?

  • benjaminlohrer
    Gefragt am 25. Mai 2023 um 12:50

     Hi, hier ist eine Nachricht meines Websitesoftwareingenieurs:


    "...allerdings kollidieren die Skripte von Ihrem IFRAME-Code mit dem ganzen System und das IFRAME wird als eingebautes Element falsch dargestellt. Hängt mit den Einstellungen Ihres IFRAME-Elements zusammen. Auf diese Einstellugen haben wir leider keinen Einfluss.

    BItte den IFRAME so anpassen (lassen), dass es sich in die Höhe problemlos vergrößern lässt (html 100% o.ä.).


    Hier der link zu dem jotform:

    https://form.jotform.com/223595115937362


    Bitte helfen Sie mir.

    Gruß,

    Benjamin

  • Mightor Jotform Support
    Geantwortet am 25. Mai 2023 um 15:56

    Hi benjaminlohrer,

    Thanks for reaching out to Jotform Support. Unfortunately, our German Support agents are busy helping other Jotform users at the moment. I'll try to assist you in English using Google Translate, but you can reply in whichever language you feel comfortable using. Or, if you'd prefer to receive support in German, let us know and we can have them do that. But, keep in mind that you'd have to wait until they're available again.

    Now, let me help you with your question. Try to embed your form using the below iframe code:

        <iframe
          id="JotFormIFrame-223595115937362"
          title="Dokument hochladen bis zu 50 MB"
          onload="window.parent.scrollTo(0,0)"
          allowtransparency="true"
          allowfullscreen="true"
          allow="geolocation; microphone; camera"
          src="https://form.jotform.com/223595115937362"
          frameborder="0"
          style="min-width:100%;max-width:100%;height:539px;border:none;"
          scrolling="no"
        >

        </iframe>

    And you can adjust the Height by changing the height value as seen below:

      height:570px ! important;

    Give it a try and let us know how it goes.

  • benjaminlohrer
    Geantwortet am 26. Mai 2023 um 07:20

    NICE. Danke