Title: Calculated Fields Form
Last modified: October 12, 2022

---

# Calculated Fields Form

 *  Resolved [kertus](https://wordpress.org/support/users/kertus/)
 * (@kertus)
 * [3 years, 9 months ago](https://wordpress.org/support/topic/calculated-fields-form-6/)
 * Despite using CSS Optimizer we are getting the below error on our website –
 * 1. Some CSS files don’t seem to be minified.
    2. Some Javascript files don’t 
   seem to be minified.
 * Can you advise on what CSS might be causing this, so it can be excluded from 
   the optimization?
    -  This topic was modified 3 years, 9 months ago by [kertus](https://wordpress.org/support/users/kertus/).
 * The page I need help with: _[[log in](https://login.wordpress.org/?redirect_to=https%3A%2F%2Fwordpress.org%2Fsupport%2Ftopic%2Fcalculated-fields-form-6%2F%3Foutput_format%3Dmd&locale=en_US)
   to see the link]_

Viewing 1 replies (of 1 total)

 *  Plugin Author [codepeople](https://wordpress.org/support/users/codepeople/)
 * (@codepeople)
 * [3 years, 9 months ago](https://wordpress.org/support/topic/calculated-fields-form-6/#post-16091739)
 * Hello [@kertus](https://wordpress.org/support/users/kertus/)
 * Thank you very much for using our plugin. By ticking the “Activate Javascript
   Cache” checkbox on the plugin settings page, the own plugin minifies the all.
   js file. I visited the URL provided and the file has applied soft minify. The
   plugin applies this minification type because it includes in the all.js file 
   the user scripts, and we cannot ensure the users write well-formatted code.
 * For example, assuming a website owner includes its own script or third-party 
   scripts with the piece of code:
 *     ```
       a = b+c
       d=e+f;
       ```
   
 * He forgot the semicolon in the first line of the code. A strong minification 
   would transform the previous code as follows:
 * `a = b+c d=e+f;`
 * And generates a very hard-to-detect parser error.
 * Best regards.

Viewing 1 replies (of 1 total)

The topic ‘Calculated Fields Form’ is closed to new replies.

 * ![](https://ps.w.org/calculated-fields-form/assets/icon-256x256.jpg?rev=1734377)
 * [Calculated Fields Form - AI Form Builder for WordPress - Contact, Payment, Quote, Quiz & More](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/)

 * 2 replies
 * 2 participants
 * Last reply from: [codepeople](https://wordpress.org/support/users/codepeople/)
 * Last activity: [3 years, 9 months ago](https://wordpress.org/support/topic/calculated-fields-form-6/#post-16091739)
 * Status: resolved