Submit Button Doesn't Work on Wordpress?

  • gotemimports
    Asked on February 8, 2016 at 1:37 AM

    My Submit button isn't submitting my data on my website. It just says please wait. 

  • mert JotForm UI Developer
    Replied on February 8, 2016 at 4:30 AM

    Hi there,

    According to my checks on your page, it seems that you have already embedded your form with iFrame embed code; but 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>

     

    Also, you can check the following guide to make sure that you have followed the correct steps while embedding your form.

    http://www.jotform.com/help/324-A-Guide-To-Forms-For-WordPress-JotForm-Users

     

    I hope this will work for you. Please, try this one and let us know the results.

    Thanks.