Hello,
I’m having a problem with custom javascript needed for my Formidable Form not working on my site. I reached out to Formidable Forms support and they told me that the javascript error was coming from the Pro theme custom javascript function. You can see their response below. The page the error is on is https://agentmatch.realty/selling. How do I fix this javascript error? Thanks!
Hi R,
It looks like it may be something unrelated. I’m seeing this javascript error on your page:
Uncaught SyntaxError: Unexpected token <
Javascript errors can prevent other javascript from working on the page. So you’ll need to find out where this error is coming from.
It looks like it is coming from whatever is adding this:
<script id="cornerstone-custom-content-js" type="text/javascript">// // No need to add script tags // here; simply get started // by writing JavaScript! // Remember to save your // changes to see them :) //
</script><script id="x-customizer-js"><script type="text/javascript">
Did you add a plugin that makes it unnecessary to add script tags?