My form submit button cannot fully display

  • hugo
    Asked on July 15, 2016 at 8:47 PM

    my form submit bar cannot fully display? how to improve thank you

  • BJoanna
    Replied on July 16, 2016 at 4:41 AM

    I have inspected webpage you provided and I saw that submit button of your form is cut off. Please try to re-embed your form, but remove script part of the code and leave only iFrame part of the code. Use only this code:

    <iframe

          id="JotFormIFrame"

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

          allowtransparency="true"

          src="https://form.jotform.me/60278384949471"

          frameborder="0"

          style="width:100%;

          height:548px;

          border:none;"

          scrolling="no">

        </iframe>

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