How to integrate JotForm form into Xara based website

  • ShanaRondelez
    Asked on September 17, 2015 at 5:33 AM

    Dear,

     

    I See the jotform when I work in my website,... When I publish the website, i don't see a thing...

     

    Bey!

  • Sammy
    Replied on September 17, 2015 at 8:00 AM

    Try embedding using the XARA app in the embed wizard

    How to integrate JotForm form into Xara based website Image 1 Screenshot 20

    Please let us know if this addresses your issue, on which page have you embedded the form so we can examine it further.

     

  • ShanaRondelez
    Replied on September 24, 2015 at 3:47 PM
    It works! But not on the mobile website? I can't see it when I want to publish it...
    Mvg Shana Rondelez
    ...
  • Boris
    Replied on September 24, 2015 at 5:55 PM

    We are happy to hear that you have successfully embedded your form. However, the code on your website still shows as a script embed, and not an iFrame embed from our Xara platform codes:

    How to integrate JotForm form into Xara based website Image 1 Screenshot 20

    I see that the same form is called twice on your website with the same script embed code that is shown in the image above. It is called once in the part that is presented to desktop browsers, and again in the part that is shown to mobile devices.

    Because having two items or forms on the same webpage with a same ID in not allowed in web design, and embedding the same form twice essentially makes them have the same ID, your website is unable to create the second form - the one that it shows to mobile devices.

    Please try using the iframe code for embedding your form into the Xara website, and see if that helps:

    <iframe id="JotFormIFrame" onDISABLEDload="window.parent.scrollTo(0,0)" allowtransparency="true" src="https://secure.jotformeu.com/form/52665856144362" frameborder="0" style="width:100%; height:975px; border:none;" scrolling="no"> </iframe>

    Please let us know how it goes.