Embedding Jotform to wordpress via elementor

  • dijipura
    Asked on May 15, 2021 at 3:22 AM
  • dijipura
    Replied on May 15, 2021 at 3:32 AM

    Hi,

    I am using wordpress and wanted to add my jotform there. I read the jotform tutorials but the problem is I am using elementor to design it. Elementor allows to add a short code, but I could not find which code to add.

    I downloaded jotform plug in, but in elementor it is not showing. Thus, my only option is using a short code.

    I do not know much about coding, so I tried 4 different thing. None of them worked.

    The ones I tried were:

    1. [embed]https://form.jotform.com/form/211323803633042[/embed]
    2. https://form.jotform.com/211323803633042
    3. [jotform id="211323803633042"]
    4. <script type="text/javascript" src="https://form.jotform.com/jsform/211323803633042"></script>


    It would be great if you find me a short code that work with elementor.

    Thanks in advance.

  • Alexander_G
    Replied on May 15, 2021 at 9:55 AM

    Hello,

    I am happy to help you today! 😊


    Kindly, try to use this code in HTML element:

     <iframe 
    id="JotFormIFrame-211323803633042"
    title="İletişim Bilgileri"
    onload="window.parent.scrollTo(0,0)"
    allowtransparency="true"
    allowfullscreen="true"
    allow="geolocation; microphone; camera" src="https://form.jotform.com/211323803633042"
    frameborder="0"
    style=" min-width: 100%; height:539px; border:none;"
    scrolling="yes" >

    </iframe>


    Hope it helps,

    Alex