Title: Button
Last modified: August 3, 2018

---

# Button

 *  Resolved [namazee](https://wordpress.org/support/users/namazee/)
 * (@namazee)
 * [7 years, 10 months ago](https://wordpress.org/support/topic/button-32/)
 * Dear Sir, thank you for your help.. One last help is needed.
 * If i would like to have a button (user to click on) before showing the calculated
   field.
    Is there any way i can do that?
 * The page I need help with: _[[log in](https://login.wordpress.org/?redirect_to=https%3A%2F%2Fwordpress.org%2Fsupport%2Ftopic%2Fbutton-32%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)
 * [7 years, 10 months ago](https://wordpress.org/support/topic/button-32/#post-10555660)
 * Hello [@namazee](https://wordpress.org/support/users/namazee/),
 * If you want deactivate the dynamic evaluation of the equations, and evaluate 
   them only after pressing a button, please, follow the steps below:
 * 1. Untick the checkbox: “Eval dynamically the equations associated to the calculated
   fields” in the “Form Settings” tab ([https://cff.dwbooster.com/images/documentation/form-settings-tab.png](https://cff.dwbooster.com/images/documentation/form-settings-tab.png))
 * 2. Insert a button field in the form and select the “Calculate” option as the
   button’s type.
 * If you want hide the calculated field but display it when the button is pressed:
 * 1. Enter the special class name: hide
    Through the attribute: “Add CSS Layout
   Keywords” in the settings of the calculated field.
 * 2. Enter the following piece of code into the “onclick” event of the button inserted
   previously:
 *     ```
       jQuery('.hide.cff-calculated-field').removeClass('hide');
       ```
   
 * Best regards.
 *  Thread Starter [namazee](https://wordpress.org/support/users/namazee/)
 * (@namazee)
 * [7 years, 6 months ago](https://wordpress.org/support/topic/button-32/#post-10949212)
 * Hi there,
 * Im using template 4 for my form and i would like to change the submit button 
   color.
    Im using this code in the form setting:
 * this code to edit the labels:
    #fbuilder, #fbuilder label, #fbuilder span { color:#
   084274;font-weight: bold; }
 * this one to change the button color:
    #fbuilder .pbSubmit { color: #084274; font-
   weight: bold; }
 * But why is it not changing the pbSubmit button color to the code ive specified?
   
   Kindly help.
 * [http://factohub.com/partner/](http://factohub.com/partner/)
 * Thank you
 *  Plugin Author [codepeople](https://wordpress.org/support/users/codepeople/)
 * (@codepeople)
 * [7 years, 6 months ago](https://wordpress.org/support/topic/button-32/#post-10949409)
 * Hello [@namazee](https://wordpress.org/support/users/namazee/),
 * In css the “color” rule defines the text’s color, if you want change the button’s
   color, the rule to defined would be “background”. Please, applies the CSS rules
   with the !important; modifier:
 *     ```
       #fbuilder .pbSubmit { background: #084274 !important; font-weight: bold !important; }
       ```
   
 * Best regards.

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

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

## Tags

 * [button](https://wordpress.org/support/topic-tag/button/)

 * 3 replies
 * 2 participants
 * Last reply from: [codepeople](https://wordpress.org/support/users/codepeople/)
 * Last activity: [7 years, 6 months ago](https://wordpress.org/support/topic/button-32/#post-10949409)
 * Status: resolved