submit button disappears when credit card option selected on Firefox

  • alanbam
    Asked on April 1, 2015 at 1:40 PM

    I have 3 forms on my website.  On Firefox, the submit button disappears when the credit card payment option is selected.  Please help.  It's fine on Safari and Chrome.  Not sure about other browsers.

    Other 2 Form links:

    http://www.artbusiness.com/servicespecs.html

    http://www.artbusiness.com/donate.html

  • BJoanna
    Replied on April 1, 2015 at 2:48 PM

    I inspected your form in Firefox and Chrome and I recreated problem you mentioned. Seems that this is happening because embed iframe code has fixed height which is processed differently in browsers. Also what I noticed that your HTML is not valid and you have a lot of opening tags which are not closed or closing tags which are not opened.

    You can try fixing your error with changing height by Injecting Custom CSS. To do that inside of your Form Builder select Setup & Embed tab, then click on Preferences, then select Form Styles tab and inside of Inject Custom CSS field at the bottom of existing code paste this code:

    .form-all{

    height:1609px!important;

    }

    submit button disappears when credit card option selected on Firefox Image 1 Screenshot 20

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

     

  • alanbam
    Replied on April 1, 2015 at 5:14 PM

    This solves the problem for two of the three pages.  Thank you.  The bottom of the form is still cut off on the page artbusiness.com/servicespecs.html

     

    Thank you.

  • Elton Support Team Lead
    Replied on April 1, 2015 at 5:59 PM

    Extend your iframe height in the iframe code, that should help. Or re-embed it with the following iframe embed code.

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

    Thanks!

  • alanbam
    Replied on April 1, 2015 at 8:20 PM

    The 3700px adjustment in the code solved the problem.  Thank you!

  • raul
    Replied on April 1, 2015 at 10:45 PM

    On behalf of my colleagues, you're welcome.

    Feel free to contact us again, should you require our assistance.
    Best Regards.