Google form on wordpress site

G. Lasagne

Free Member
Mar 12, 2008
2,345
432
Hi everyone ive embedded the html code for a google form i made on my wordpress site but although it shows up fine on the page it doesnt appear on my site when published or when previewing. Can anyone help please
 

zigojacko

Free Member
Dec 7, 2009
3,795
1,222
Plymouth, UK
clubnet.digital
Yeah shows up on the editor and I put it in the first block if that makes sense?
Copy and pasted the code, then changed it to visual and it shows up fine, view it on the page and it’s nowhere to be seen

If you have some sort of optimisation plugin, it might be blocking rendering from an iframe.

If you view the dev console in your browser, it should show if there is an error relating to this.

Edit: If you share the URL you have embedded the form on then someone would be able to tell you right away what the issue is.
 
Upvote 0

ashu2106

Free Member
  • 5
  • Feb 4, 2020
    2
    1
    It may be because of a CSS issue. By default, some WordPress theme does not support IFRAME because an iframe is not recommended by Google and other sources.

    You can paste this css code into WordPress Dashboard -> Appearance -> Customize -> Additional CSS and insert the next block of the CSS code:

    Code:
    .main-content iframe[src] {
        opacity: 1;
    }

    Here is the same WordPress support thread you can find about Google forms do not show on the website.

    Let me know,
    Thanks
     
    Upvote 0

    Latest Articles

    Join UK Business Forums for free business advice