Your page has a number of Javascript errors on it which is likely the root cause. When there are Javascript errors on a page, the document.ready() function doesn’t fire. If it never fires then the Google Forms plugin is never initialized properly.
If you pull up your site using Chrome’s Developer Tools (or something similar) and watch the console as the page loads, you’ll see messages like this:
Uncaught TypeError: Cannot read property 'methods' of undefined
at HTMLDocument.<anonymous> ((index):1884)
at i (jquery.js?ver=1.12.4:2)
at Object.fireWith [as resolveWith] (jquery.js?ver=1.12.4:2)
at Function.ready (jquery.js?ver=1.12.4:2)
at HTMLDocument.K (jquery.js?ver=1.12.4:2)
I don’t think these have anything to do with the Google Forms plugin.
-
This reply was modified 5 years, 11 months ago by Mike Walsh.