Title: Works well &#8211; don&#8217;t minify HTML
Last modified: December 2, 2019

---

# Works well – don’t minify HTML

 *  [ngen91](https://wordpress.org/support/users/ngen91/)
 * (@ngen91)
 * [6 years, 6 months ago](https://wordpress.org/support/topic/doesnt-work-with-javascript-jquery-asynchronous-loading/)
 * Works well, although one of my SEO plugins that minified HTML broke the plugin.
   Very good user support!
    -  This topic was modified 6 years, 6 months ago by [ngen91](https://wordpress.org/support/users/ngen91/).
    -  This topic was modified 6 years, 6 months ago by [ngen91](https://wordpress.org/support/users/ngen91/).

Viewing 6 replies - 1 through 6 (of 6 total)

 *  Plugin Author [codepeople](https://wordpress.org/support/users/codepeople/)
 * (@codepeople)
 * [6 years, 6 months ago](https://wordpress.org/support/topic/doesnt-work-with-javascript-jquery-asynchronous-loading/#post-12192934)
 * Hello [@ngen91](https://wordpress.org/support/users/ngen91/)
 * If the plugin has worked fine for months, and does not load after you install
   a third party plugin, evidently the conflict is caused by your configuration 
   of the third party plugin. I think it would be fairer to ask for support in the
   forum to help you resolve the conflict, rather than assigning two starts to a
   plug-in that, as you said, “worked great for months,” don’t you think?
 * Please, indicate the URL to the web page where the form is inserted.
 * Best regards.
 *  Thread Starter [ngen91](https://wordpress.org/support/users/ngen91/)
 * (@ngen91)
 * [6 years, 6 months ago](https://wordpress.org/support/topic/doesnt-work-with-javascript-jquery-asynchronous-loading/#post-12193719)
 * Yes I probably should have used the forum, I’ll bump the rating because it probably
   works for most people.
 * Here is the page: [https://420expertguide.com/grow-light-cost-calculator/](https://420expertguide.com/grow-light-cost-calculator/)
 * Thank you
 *  Plugin Author [codepeople](https://wordpress.org/support/users/codepeople/)
 * (@codepeople)
 * [6 years, 6 months ago](https://wordpress.org/support/topic/doesnt-work-with-javascript-jquery-asynchronous-loading/#post-12194226)
 * Hello [@ngen91](https://wordpress.org/support/users/ngen91/)
 * Please, follow the steps below:
 * 1. Go to the settings page of the plugin, through the menu option: “Calculated
   Fields Form”
 * 2. Select the “Classic” option for the attribute: “Script load method”
 * 3. And finally, press the “Update” button.
 * If the issue persists, you simply should to include a script block in the same
   page where the form is inserted, with the following piece of code (after the 
   form’s shortcode):
 *     ```
       <script>
       jQuery(window).on('load', function(){
       delete fbuilderjQuery.fbuilderGeneratorFlag;
       fbuilderjQuery.fbuilderjQueryGenerator();
       })
       </script>
       ```
   
 * I’ve called this code directly through the “Developers Console” in the browser,
   and the form has been generated properly:
 * ![](https://i0.wp.com/wordpress.dwbooster.com/customdownloads/2019/12/01/screenshot_.
   png?ssl=1)
 * Best regards.
 *  Thread Starter [ngen91](https://wordpress.org/support/users/ngen91/)
 * (@ngen91)
 * [6 years, 6 months ago](https://wordpress.org/support/topic/doesnt-work-with-javascript-jquery-asynchronous-loading/#post-12194399)
 * Thank you very much!
 *  Plugin Author [codepeople](https://wordpress.org/support/users/codepeople/)
 * (@codepeople)
 * [6 years, 6 months ago](https://wordpress.org/support/topic/doesnt-work-with-javascript-jquery-asynchronous-loading/#post-12194436)
 * Hello [@ngen91](https://wordpress.org/support/users/ngen91/)
 * You’ve enabled the option, in the plugin you are using to optimize the website,
   for minifying the HTML source code, and this plugin is replacing the form’s structure
   with the text:
 *     ```
       %MINIFYHTMLdfea256348d04efc6df6473bda24afdc13%
       ```
   
 * Please, disable this option in the plugin you are using for optimizing.
 * Best regards.
 *  Thread Starter [ngen91](https://wordpress.org/support/users/ngen91/)
 * (@ngen91)
 * [6 years, 6 months ago](https://wordpress.org/support/topic/doesnt-work-with-javascript-jquery-asynchronous-loading/#post-12194600)
 * That solved it, thank you!

Viewing 6 replies - 1 through 6 (of 6 total)

The topic ‘Works well – don’t minify HTML’ is closed to new replies.

 * ![](https://ps.w.org/calculated-fields-form/assets/icon-256x256.jpg?rev=1734377)
 * [Calculated Fields Form](https://wordpress.org/plugins/calculated-fields-form/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/calculated-fields-form/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/calculated-fields-form/)
 * [Active Topics](https://wordpress.org/support/plugin/calculated-fields-form/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/calculated-fields-form/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/calculated-fields-form/reviews/)

 * 6 replies
 * 2 participants
 * Last reply from: [ngen91](https://wordpress.org/support/users/ngen91/)
 * Last activity: [6 years, 6 months ago](https://wordpress.org/support/topic/doesnt-work-with-javascript-jquery-asynchronous-loading/#post-12194600)