Form is freezing, you cannot fill data in it

  • kathleenmanning
    Asked on September 23, 2014 at 5:16 PM
    Actually, the problem remains...but has changed.  The form now appears in Firefox, but you cannot enter data into the form.
  • Welvin Support Team Lead
    Replied on September 23, 2014 at 5:18 PM

    Hi,

    Please try re-embedding your form using our iFrame method: http://www.jotform.com/help/148-Getting-the-Form-iFrame-Code. This should help.

    Thank you!

  • kathleenmanning
    Replied on September 23, 2014 at 5:19 PM

    Should the "secure form" remain checked?  It is not in your example.

  • kathleenmanning
    Replied on September 23, 2014 at 5:23 PM

    Sigh.  Sadly that solution doesn't work either way...secure form or not.  The form appears but the user cannot entire data on any browser.

  • Welvin Support Team Lead
    Replied on September 23, 2014 at 6:30 PM

    Please try using these codes:

    <iframe id="JotFormIFrame" allowtransparency="true" src="https://secure.jotform.us/form/42534437441149" frameborder="0" style="width:100%; height:524px; border:none;" scrolling="no"></iframe>

    Without the script tags on it. I hope this works now.

    Thank you!

  • kathleenmanning
    Replied on September 23, 2014 at 8:56 PM

    No.  Still not working. Sigh.

  • Ashwin JotForm Support
    Replied on September 24, 2014 at 2:56 AM

    Hello kathleenmanning,

    I did check your web page in firefox and I am able to replicate the the issue you are having. It does work fine in chrome though.

    The issue seems to be related to the css of div "right600col" you have in your web page. I am not sure why it is causing this issue. Probably some div is actually overlapping. Please check the screenshot below:

    Form is freezing, you cannot fill data in it Image 1 Screenshot 20

    To solve this problem, I would suggest you to edit your css file of your website "https://printsoldandrare.com/_css/styles.css" and edit the following code and remove the text "float: left":

    #left300col {

        float: left;

        width: 300px;

    }

    Hope this solves your problem.

    Do get back to us if the issue persists.

    Thank you!