Errors on My Form

  • anicidulux
    Asked on February 16, 2016 at 9:09 PM

    Hi there, need your help.

    our form was running perfectly and suddenly we have this error. we cant determine what went wrong, can someone help us?

    https://form.jotform.co/32302248457855

     

    regards

    KCLee

    kclee@nutsnbold.com

  • mert JotForm UI Developer
    Replied on February 17, 2016 at 4:49 AM

    Hi there,

    On my tries, I didn't encounter any error. Please, see it from the below:

    Errors on My Form Image 1 Screenshot 20

     

    In addition, I received the email submission without any error. If you are using your form on your web page, I suggest you to embed your form with iFrame embed code and as it is seen from the below, you don't need to take the whole structure of embed code, the content between <iframe>...</iframe> tags is enough to embed your form. (Following code is just an example, don't embed that one.)

     

        <iframe

          id="JotFormIFrame"

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

          allowtransparency="true"

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

          frameborder="0"

          style="width:100%;

          height:800px;

          border:none;"

          scrolling="no">

        </iframe>

     

    Please, try this method, it will overcome the script conflict and please don't forget to let us know the results.

    Thanks.