Google Form Not Loading
-
I just installed this plugin and created new CPT entry using the URL of my Google Form.
https://docs.google.com/forms/d/1lreiF-qzOJBpQIv1NuGbPipuGqDfR9Bery4Je2CgQ1E/viewform
I did not change anything else from the default options. I then saved and confirmed that the CPT was successfully saved. I then added the shortcode to a page on my site. I verified that the shortcode was the correct CTP ID (obviously the id 403 is unique to my WP database).
[wpgform id='403']
When loading the page, the form is not displayed. This is the HTML markup in the source where I would expect the Google Form to be…<div> <div class="ss-form-container"> <div class="ss-header-image-container"> <div class="ss-header-image-image"> <div class="ss-header-image-sizer"></div> </div> </div> <div class="ss-top-of-page"> <div class="ss-form-heading"> </div> </div> <div class="ss-form"> <form action="" method="POST" id="ss-form" target="_self" onsubmit=""> <div style="border: 0px dashed blue;" class="wpgform-wrapper"></div> <div style="border: 0px dashed black; clear: both;"></div> </form> </div> <div class="ss-footer"> <div class="ss-attribution"></div> <div class="ss-legal" style="display: none;"> <div class="disclaimer-separator"></div> <div class="disclaimer"> <div class="powered-by-logo"> <span class="powered-by-text">Powered by</span> <a href="https://www.google.com/forms/about/?utm_source=product&utm_medium=forms_logo&utm_campaign=form"> <div class="ss-logo-container ss-logo-css-container"> <div class="ss-logo-image"></div> <span class="aria-only-help">Google Forms</span> </div> </a> </div> <div class="ss-terms"> <br> <a href="https://docs.google.com/forms/d/1lreiF-qzOJBpQIv1NuGbPipuGqDfR9Bery4Je2CgQ1E/reportabuse?source=https://docs.google.com/forms/d/1lreiF-qzOJBpQIv1NuGbPipuGqDfR9Bery4Je2CgQ1E/viewform">Report Abuse</a> - <a href="https://www.google.com/accounts/TOS">Terms of Service</a> - <a href="https://www.google.com/google-d-s/terms.html">Additional Terms</a> </div> </div> </div> </div> <div class="docs-a11y-ariascreenreader-speakable docs-offscreen"></div> </div> <div style="border: 0px dashed black; clear: both;"></div> <!-- Google Forms unnessary Javascript removed --> <!-- Google Forms unnessary Javascript removed --> </div>
As far as I can see, there are no errors displayed anywhere on my site (Admin Dashboard, Google Forms CPT screens, Settings > Google Forms > all tabs, frontend of the site). What else can I check?
Note, the site is currently in development and is hosted on a local Ubuntu Desktop 14.04 server. When we go to production, it will be hosted on a shared host.
- The topic ‘Google Form Not Loading’ is closed to new replies.