Title: Calculation does not work
Last modified: August 1, 2024

---

# Calculation does not work

 *  Resolved [dispintora](https://wordpress.org/support/users/dispintora/)
 * (@dispintora)
 * [1 year, 10 months ago](https://wordpress.org/support/topic/calculation-does-not-work/)
 * Hi guys,
 * I am trying to create a service calculator. I tried it on my localhost and it
   worked. Then I received login details to WP page (pintora.cz) and tried to create
   almost the same over there but not even simple function like “field1 * 100” does
   not work.
 * Can you just guide me where to look? It seems that JS is somehow blocked or something.
 * I try to publish it on some demo page. Give me some time.
 * The page I need help with: _[[log in](https://login.wordpress.org/?redirect_to=https%3A%2F%2Fwordpress.org%2Fsupport%2Ftopic%2Fcalculation-does-not-work%2F%3Foutput_format%3Dmd&locale=en_US)
   to see the link]_

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

 *  Plugin Author [codepeople](https://wordpress.org/support/users/codepeople/)
 * (@codepeople)
 * [1 year, 10 months ago](https://wordpress.org/support/topic/calculation-does-not-work/#post-17927859)
 * Hello [@dispintora](https://wordpress.org/support/users/dispintora/)
 * Thank you very much for using our plugin.
 * The field names have the structure fieldname#. For example, if you have the field
   fieldname1 and want to calculate its value multiplied by 100.
 * Insert a calculated field in the form, and enter the following piece of code 
   through the “Set equation” attribute in its settings:
 *     ```wp-block-code
       fieldname1*100
       ```
   
 * Best regards.
 *  Thread Starter [dispintora](https://wordpress.org/support/users/dispintora/)
 * (@dispintora)
 * [1 year, 10 months ago](https://wordpress.org/support/topic/calculation-does-not-work/#post-17928747)
 * Of course I used proper fieldname.
 * The page is live here: [Test Kalkulace | pintora.cz](https://www.pintora.cz/3338-2)
 * Thanks a lot for every hint.
 *  Plugin Author [codepeople](https://wordpress.org/support/users/codepeople/)
 * (@codepeople)
 * [1 year, 10 months ago](https://wordpress.org/support/topic/calculation-does-not-work/#post-17929309)
 * Hello [@dispintora](https://wordpress.org/support/users/dispintora/)
 * You unticked the “Dynamically evaluate the equations associated with the calculated
   fields” checkbox in the “Form Settings” tab. If you disable the dynamic evaluation
   of the equations, you must insert a button in the form to evaluate them manually
   by pressing the button.
 * So, you have two alternatives:
 * You can tick the checkbox to evaluate the equations dynamically.
 * Or you can insert a button in the form and select the “Calculate” option as its
   type.
 * Best regards.

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

The topic ‘Calculation does not work’ 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/)

 * 3 replies
 * 2 participants
 * Last reply from: [codepeople](https://wordpress.org/support/users/codepeople/)
 * Last activity: [1 year, 10 months ago](https://wordpress.org/support/topic/calculation-does-not-work/#post-17929309)
 * Status: resolved