No Submit button when using Chrome

  • faddisb
    Asked on May 6, 2015 at 8:23 AM

    We've had several users state that they do not see a SUBMIT button at the bottom of our form when using Google Chrome.  It seems to be working fine in Firefox and IE.  Can you help us identify the problem?

    Thanks,

    Brian

     

  • Sammy
    Replied on May 6, 2015 at 10:23 AM

    It seems chrome is not recognizing the height of you submission form, to fix this problem modify the following properties in your iframe

    Add an overflow style to you iframe: overflow:visible;

    Change the scrolling property to yes.

    Here is a sample of the modified iframe tag code.

    <iframe frameborder="0" scrolling="yes" style="width: 100%; height: 1720px; border: medium none;overflow:visible;" src="//form.jotform.us/form/51164488496164" allowtransparency="true" onDISABLEDload="window.parent.scrollTo(0,0)" id="JotFormIFrame"></iframe>