Gravity Forms "Save & Continue" failing

Gravity Forms is failing on “Save & Continue” and giving the following errors in the console. They think the theme is interfering with the function.

DevTools failed to parse SourceMap: https://www.focus-stl.org/wp-content/themes/pro/framework/dist/js/site/x.js.map

DevTools failed to parse SourceMap: https://www.focus-stl.org/wp-content/themes/pro/cornerstone/assets/dist/js/site/cs.fa34ec9.js.map

_jquery.ga-lib.js:175 Uncaught ReferenceError: ga is not defined
at HTMLFormElement. (_jquery.ga-lib.js:175)
at HTMLFormElement.dispatch (jquery.js?ver=1.12.4-wp:3)
at HTMLFormElement.r.handle (jquery.js?ver=1.12.4-wp:3)
at Object.trigger (jquery.js?ver=1.12.4-wp:3)
at Object.a.event.trigger (jquery-migrate.min.js?ver=1.4.1:2)
at HTMLFormElement. (jquery.js?ver=1.12.4-wp:3)
at Function.each (jquery.js?ver=1.12.4-wp:2)
at a.fn.init.each (jquery.js?ver=1.12.4-wp:2)
at a.fn.init.trigger (jquery.js?ver=1.12.4-wp:3)
at HTMLAnchorElement.onclick ((index):638)
(anonymous) @ _jquery.ga-lib.js:175
dispatch @ jquery.js?ver=1.12.4-wp:3
r.handle @ jquery.js?ver=1.12.4-wp:3
trigger @ jquery.js?ver=1.12.4-wp:3
a.event.trigger @ jquery-migrate.min.js?ver=1.4.1:2
(anonymous) @ jquery.js?ver=1.12.4-wp:3
each @ jquery.js?ver=1.12.4-wp:2
each @ jquery.js?ver=1.12.4-wp:2
trigger @ jquery.js?ver=1.12.4-wp:3
onclick @ (index):638

Hello @501creative,

It looks like the JS error is caused the the google analytics code you have added on your website so kindly double check if you have correctly added or try removing the code.

Please also make sure to clear your cache after making the changes.

If the issue persists, try testing for a plugin conflict. You can do this by deactivating all third party plugins, and seeing if the problem remains. If it’s fixed, you’ll know a plugin caused the problem, and you can narrow down which one by reactivating them one at a time.

Hope this helps.

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.