Gravity Forms - Conversational Form not loading css & js assets

Hi,

I recently encountered an issue with an form created using the Conversational Form addon to gravity forms. Recently we updated the Conversational Forms addon directly from the beta version to 1.4.0.

The form in question wouldn’t load correctly and checking the dev tools within chrome, I saw that a number of css and js files from the gravity forms - Conversational Forms addon weren’t being loaded. Looking at the plugin files I could see that all of the css and js files are named with a .min.js or .min.css e.g. scripts-admin.min.js or theme-framework.min.css

However when loading the form either from the frontend or the admin side it would request these files but without the .min.js or .min.css e.g. it would request vendor-admin.js and not vendor-admin.min.js

This was the case for all js and css files within the Conversational Forms addon. I have a temporary fix by copying each file and renaming it so that everything loads correctly.

Our form and website looks to be working fine with my temporary fix however I wanted to let everyone know. I haven’t tested a fresh install yet, don’t know if that would be different.

Plugin Versions:
Gravity Forms: 2.8.14
Gravity Forms Conversational Forms Add-On: 1.4.0

SCRIPT_DEBUG is most likely enabled in the site wp-config.php file or via a plugin with debug features, try disabling it.

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