The Community forums are being phased out in favor of a new Slack group.
Add your email address below to get an invitation to join the community slack group

Slack Signup
Newsletter Optin
Help Desk

frmFrontForm - Uncaught ReferenceError

Labels

This Discussion is public

Notifications

I had a similar issue as this person in another thread.

The error was causing my star ratings not to display. I narrowed it down to my caching plugin (ZenCache). Ironically, I didn't notice this for possibly some time b/c the caching plugin didn't cache/compress the files described below when logged in as the admin. It was due to the HTML Compression option that was compressing js script files in the footer. I entered two exclusion patterns (below) and it cleared up the issue. Another option is to simply turn off this compression option.

/wp-content/plugins/formidable/js/formidable.min.js*
/wp-content/plugins/formidable/pro/js/jquery.rating.min.js*

Discussion closed.