The site does not appear hidden text in the form

  • adrenalinlis3
    Asked on September 21, 2015 at 4:53 AM

    http://form.jotformeu.com/form/52602446791356

     

    When I posted a form on the site, I do not see the field with hidden text and pop-up note. What could be the problem?

  • Sammy
    Replied on September 21, 2015 at 11:53 AM

    it appears the iframe you have used to embed you form does not have the src value defined, you will have to define the src value which i.e the URL of your form in order to allow complete loading of all scripts.

    Kindly use the snippet below as a reference.

    <iframe frameborder="0" onDISABLEDload="window.parent.scrollTo(0,0)" src="//www.jotformeu.com/form/52602446791356" allowtransparency="true" name="52602446791356" id="52602446791356" style="width: 100%; border: medium none; height: 1330px;" scrolling="no"></iframe>

  • Sammy
    Replied on September 21, 2015 at 11:54 AM

    Kindly let us know if this resolves your issue.

  • adrenalinlis3
    Replied on September 22, 2015 at 4:15 AM

    Insert <iframe> are all displayed correctly.

    Thanks