“This label will not appear on the form” still visible on website

  • konsus
    Asked on December 9, 2015 at 9:39 PM

    When I publish the form to the website and hover over the “choose file” button I get a text that says “This label will not appear on the form” 

    The form is great otherwise. Please help me delete it. 

    Thanks. 

    Annie 

  • BJoanna
    Replied on December 10, 2015 at 2:06 AM

    Please try to embed your form with iFrame code to see if that will resolve your issue. Inside of this guide you can find how to get iFrame code of your form: http://www.jotform.com/help/148-Getting-the-Form-iFrame-Code 

    If you still have same issue when you embed your form with iFrame code, then try to remove <script> and everything that is between script tags form your iFrame code. Embed just this part of iFrame code:

    <iframe

          id="JotFormIFrame"

          onDISABLEDload="window.parent.scrollTo(0,0)"

          allowtransparency="true"

          src="https://form.jotform.com/53427447242152"

          frameborder="0"

          style="width:100%;

          height:539px;

          border:none;"

          scrolling="no">

        </iframe>

    Hope this will help. Let us know if you need further assistance.