Title: Calculate Button
Last modified: August 22, 2016

---

# Calculate Button

 *  Resolved [arkventure](https://wordpress.org/support/users/arkventure/)
 * (@arkventure)
 * [11 years, 5 months ago](https://wordpress.org/support/topic/calculate-button-1/)
 * I want to use the calculate button to display the results (rather than having
   them show dynamically). Right now I have the “Eval dynamically the equations 
   associated to the calculated fields” turned off so that the resulting calculation
   doesn’t appear until they click the “calculate” button. But is it possible to
   hide the entire calculated field area, until after the calculate button is pressed?
 * [https://wordpress.org/plugins/calculated-fields-form/](https://wordpress.org/plugins/calculated-fields-form/)

Viewing 1 replies (of 1 total)

 *  Plugin Author [codepeople](https://wordpress.org/support/users/codepeople/)
 * (@codepeople)
 * [11 years, 5 months ago](https://wordpress.org/support/topic/calculate-button-1/#post-5901682)
 * Hi,
 * Yes, that’s possible. Simply follow the steps below:
 * 1. Select the calculated field, and assign to it the class name: hide, through
   the “Add Css Layout Keywords” attribute.
 * 2. Insert a button in the form, in the button type, tick the option: calculate
 * 3. Finally, enter the following code as the OnClick event of the button:
 * jQuery(‘.hide’).show();
 * Best regards.

Viewing 1 replies (of 1 total)

The topic ‘Calculate Button’ 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/)

 * 1 reply
 * 2 participants
 * Last reply from: [codepeople](https://wordpress.org/support/users/codepeople/)
 * Last activity: [11 years, 5 months ago](https://wordpress.org/support/topic/calculate-button-1/#post-5901682)
 * Status: resolved