Embedded wordpress form is not submitting

  • tbawa
    Asked on August 20, 2017 at 6:30 AM

    Hi,

    when I am using the Wordpress embed plugin I get an

    Blocked form submission to 'http://oembed.jotform.com/submit.php' because the form's frame is sandboxed and the 'allow-forms' permission is not set.

    error and the form doesn't submit.

     

    If I use the iframe embed option the form works but is visually truncated on mobile devices and therefore unusable.

     

    Thanks

  • Mike
    Replied on August 20, 2017 at 10:02 AM

    I was not able to reproduce the issue using the JotForm oEmbed WordPress plugin.

    Embedded wordpress form is not submitting Image 1 Screenshot 30

    It is fine to use the JS or iFrame embed code too. However, it appears that your website theme mobile styles restricting the height of the iFrames. You may remove the next CSS from the http://www.tbawa.com.au/wp-content/themes/sport/css/responsive.css file to fix the issue.

    iframe{
    max-height: 320px;
    }

    Embedded wordpress form is not submitting Image 2 Screenshot 41

    If you need any further assistance, please let us know.

  • tbawa
    Replied on August 20, 2017 at 10:25 AM

    Hi Mike,

    thank you very much. Using the oEmbed plugin made it work. Problem is that there are 2 JotForm Wordpress plugin published 

    Embedded wordpress form is not submitting Image 1 Screenshot 30Embedded wordpress form is not submitting Image 2 Screenshot 41

     

    and it is not obvious which one to use. As the second one has more active installs I used that one.

     

    Regards

     

    Manuel

  • Mike
    Replied on August 20, 2017 at 10:47 AM

    Thank you for your update.

    The Embed Form plugin should usually work too, but the form installation is a bit different with that plugin, the JotForm icon should be used in that case.

    Embedded wordpress form is not submitting Image 1 Screenshot 20

    Anyway, we are glad to hear that the issue is solved :)