Hi,
i have a contact form inserted in a page.
If i try it in a stand alone page everything is ok, but inside the page e get an error:
the line is:
jQuery.G2.forms.initializeFeatures(Form);
and the error is:
Cannot read property 'forms' of undefined
The page link is: https://www.konvergence.it/it/contact
thanks
i have a contact form inserted in a page.
If i try it in a stand alone page everything is ok, but inside the page e get an error:
the line is:
jQuery.G2.forms.initializeFeatures(Form);
and the error is:
Cannot read property 'forms' of undefined
The page link is: https://www.konvergence.it/it/contact
thanks
Hi dayanacucchi ,
I don't see any errors on the page you linked to - or in the browser web developer console.
Bob
I don't see any errors on the page you linked to - or in the browser web developer console.
Bob
I can see the error in the 'inspect' function of the browser.
If you try to submit the form, the thanks message isn't display.. but a form in a bad mode..
If you try to submit the form, the thanks message isn't display.. but a form in a bad mode..
Hi dayanacucchi ,
I do now see the error message. Hard to tell exactly what is causing it. It looks as if JQuery.G2 is not defined when that code snippet runs. This might be a timing problem - or a problem with JavaScript libraries - I see that you are loading MooTools and that might be causing a conflict.
Sorry not to be more helpful.
Bob
I do now see the error message. Hard to tell exactly what is causing it. It looks as if JQuery.G2 is not defined when that code snippet runs. This might be a timing problem - or a problem with JavaScript libraries - I see that you are loading MooTools and that might be causing a conflict.
Sorry not to be more helpful.
Bob
The page also loads 2 jquery files, the one from the template should not be loaded!
Best refards
Best refards
You can use jQuery Easy to force only 1 version to load.
This topic is locked and no more replies can be posted.