The form on mobile isn't showing properly, there is space

  • Basylev
    Gefragt am 8. Juni 2023 um 06:58

    The form on mobile is not optimized. I encountered this issue after embedding the code on my website using Elementor and the HTML widget. Here's the problem link: https://dnareset.de/bewerbung-dnareset.

    How can we resolve this issue?

    For comparison, the form on Typeform integrates perfectly, as shown here: https://erschaffedichneu.com/msc-tf-mail.


    UTM Tracking is not working on my form Image 1 Screenshot 0 Screenshot 10

  • Olivia Jotform Support
    Geantwortet am 8. Juni 2023 um 07:24

    Hi Alexander,

    Thanks for reaching out to us and providing a screenshot, we appreciate it. I see what you're referring to on Mobile. Please try to use the Iframe code below to embed the form into your website.



        <iframe
          id="JotFormIFrame-223306016042036"
          title="DNA RESET BEWERBUNG"
          onload="window.parent.scrollTo(0,0)"
          allowtransparency="true"
          allowfullscreen="true"
          allow="geolocation; microphone; camera"
          src="https://form.jotform.com/223306016042036"
          frameborder="0"
          style="min-width:100%;max-width:100%;height:95vh;border:none;"
          scrolling="yes"
        >

        </iframe>

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