How to resolve 204 Error in resource of JotForm form?

  • keysolutionsinc
    Asked on July 20, 2018 at 5:52 AM

    Hello Team,

     

    Attached is the file regarding the 204 error because of using Jotforms. Due to this, we are unable to run our website Ads in Google.

    Please fix the issue or let us know if there is any other way to resolve it.

     

    Jotform Thread 1530161 Screenshot
  • Kevin Support Team Lead
    Replied on July 20, 2018 at 10:07 AM

    I will pass this to our second level, we will keep you updated via this thread. 


  • Kevin Support Team Lead
    Replied on July 22, 2018 at 11:13 PM

    May you please kindly try using the iFrame embed code and removing the JavaScript part? 

    Please check this guide to get the form's iFrame code: https://www.jotform.com/help/148-Getting-the-Form-iFrame-Code 

    Remove the code between the <script> tags, example: 

    <iframe

           id="JotFormIFrame"

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

           allowtransparency="true"

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

           frameborder="0"

           style="width:100%;

           height: 8815px;

           border:none;"

           scrolling="yes">

         </iframe>

    You may need to change the height and scrolling property to yes. 

    Please let us know how it goes.