Why submit button is not working?

  • Starfeather19
    Asked on August 18, 2017 at 4:21 PM

    I am using GoDaddy and wordpress. For some reason, I can take my embedded code and use it on my page. It shows up perfectly fine. But when you fill out the form and hit submit it just keeps saying "please wait". It does nothing else after that. 

    I tried the Iframe stuff, but none of that works. Need help. 

  • David JotForm Support Manager
    Replied on August 18, 2017 at 4:38 PM

    Please remove your form, and embed this Iframe code instead:

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

  • Starfeather19
    Replied on August 18, 2017 at 4:40 PM

    Tried! It doesn't work. 

  • David JotForm Support Manager
    Replied on August 18, 2017 at 4:43 PM

    Your form works fine, we just submitted a test from your form's direct link and it went through just fine. I have inspected the URL of your page, and it does not have the Iframe code I just provided. Could you please remove your form, and paste the code I just provided? If it does not work, do not remove, get back to us, and let us know, so we can test it.

  • Starfeather19
    Replied on August 18, 2017 at 6:43 PM
    I just did and I get the code view on my page, no form.
    Sent from my iPhone
    ...
  • Jan
    Replied on August 18, 2017 at 9:30 PM

    Please try to insert the iFrame code in the "Text / HTML" tab of the Post/Page editor. Here's a screenshot:

    Why submit button is not working? Image 1 Screenshot 20

    Related guide: https://www.jotform.com/help/4-Adding-Forms-to-Wordpress-org-Version.

    Hope that helps. Thank you.

  • Starfeather19
    Replied on August 19, 2017 at 12:43 AM
    That worked but only half the form will show up/no scrolling option.
    Sent from my iPhone
    ...
  • Nik_C
    Replied on August 19, 2017 at 4:06 AM

    Replace the code with this one:

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

    I adjusted the height and enabled scrolling.

    Please let us know how it worked.

    Thank you!

  • Starfeather19
    Replied on August 19, 2017 at 11:43 AM
    I changed scrolling to yes.. Thanks so much for your help! Everything is
    working great!
    ...