Title: Adding fields
Last modified: July 21, 2017

---

# Adding fields

 *  Resolved [willincruitx](https://wordpress.org/support/users/willincruitx/)
 * (@willincruitx)
 * [8 years, 10 months ago](https://wordpress.org/support/topic/adding-fields-8/)
 * Hi, I’ve build a calculator with Calculated Fields Form with “number fields” 
   and a “calculated field”.
 * Now I’m trying to add all number fields and let them total in the calculated 
   field however I can’t seem to figure out how to do it.
 * Can someone please tell me what to do?
 * Thank you.

Viewing 7 replies - 16 through 22 (of 22 total)

[←](https://wordpress.org/support/topic/adding-fields-8/?output_format=md) [1](https://wordpress.org/support/topic/adding-fields-8/?output_format=md)
2

 *  Plugin Author [codepeople](https://wordpress.org/support/users/codepeople/)
 * (@codepeople)
 * [8 years, 9 months ago](https://wordpress.org/support/topic/adding-fields-8/page/2/#post-9458803)
 * Hello [@willincruitx](https://wordpress.org/support/users/willincruitx/),
 * You simply should enter a style definition similar to the following one:
 * `#fbuilder .pbSubmit{background:#FF0000 !important;}`
 * Through the “Customize Form Design” attribute 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))
 * The complete list of styles used in the forms is available in the following link:
 * [https://cff.dwbooster.com/faq#q82](https://cff.dwbooster.com/faq#q82)
 * Best regards.
 *  Thread Starter [willincruitx](https://wordpress.org/support/users/willincruitx/)
 * (@willincruitx)
 * [8 years, 9 months ago](https://wordpress.org/support/topic/adding-fields-8/page/2/#post-9458880)
 * Thank you very much for your response but I keep struggling with this:
 * I have created the form, using the Submit button but when I look at my site, 
   the submit button does not show up. Yet when I look at preview it does show up.
 * Please, what am I doing wrong?
 *  Thread Starter [willincruitx](https://wordpress.org/support/users/willincruitx/)
 * (@willincruitx)
 * [8 years, 9 months ago](https://wordpress.org/support/topic/adding-fields-8/page/2/#post-9458925)
 * When I click on preview, it shows the proper one but when I then update in my
   wordpress site, it does not show the submit button and doesn’t work
 *  Plugin Author [codepeople](https://wordpress.org/support/users/codepeople/)
 * (@codepeople)
 * [8 years, 9 months ago](https://wordpress.org/support/topic/adding-fields-8/page/2/#post-9459027)
 * Hello,
 * I guess there is an script in your webpage that is removing the special tag: `
   <div id="cp_subbtn_1" class="cp_subbtn" style="display:none;">Calculate</div>`
   with the submit button. So, I recommend you emulate the submit button with a 
   common button field. Please, insert a button field in the form with the following
   piece of code as its onclick event:
 * `jQuery(this).closest('form').submit();`
 * To modify its appearance, enter a custom class name through the attribute: “Add
   CSS Layout Keywords” in the field’s properties, for example: my-submit, and then
   enter a style definition similar to the following one:
 * `#fbuilder .my-submit input{background:#FF0000;}`
 * Through the “Customize Form Design” attribute 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))
 * Best regards.
 *  Thread Starter [willincruitx](https://wordpress.org/support/users/willincruitx/)
 * (@willincruitx)
 * [8 years, 9 months ago](https://wordpress.org/support/topic/adding-fields-8/page/2/#post-9459118)
 * Thank you. The button now works but somehow it does not change the color when
   I paste that and add the FE6D00 code to it.
 * Any thoughts.
 *  Thread Starter [willincruitx](https://wordpress.org/support/users/willincruitx/)
 * (@willincruitx)
 * [8 years, 9 months ago](https://wordpress.org/support/topic/adding-fields-8/page/2/#post-9459121)
 * And same goes for the * that indicates the required fields. Those stay green 
   and I can’t seem to change those to the required color either.
 *  Plugin Author [codepeople](https://wordpress.org/support/users/codepeople/)
 * (@codepeople)
 * [8 years, 9 months ago](https://wordpress.org/support/topic/adding-fields-8/page/2/#post-9459230)
 * Hello [@willincruitx](https://wordpress.org/support/users/willincruitx/),
 * There is something weird in your webpage, the form is being inserted by duplicated,
   but the first one includes invalid code.
 * Could you create a ticket in my private website for checking the issue in detail,
   please?
 * [https://cff.dwbooster.com/contact-us](https://cff.dwbooster.com/contact-us)
 * Best regards.

Viewing 7 replies - 16 through 22 (of 22 total)

[←](https://wordpress.org/support/topic/adding-fields-8/?output_format=md) [1](https://wordpress.org/support/topic/adding-fields-8/?output_format=md)
2

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

 * 22 replies
 * 2 participants
 * Last reply from: [codepeople](https://wordpress.org/support/users/codepeople/)
 * Last activity: [8 years, 9 months ago](https://wordpress.org/support/topic/adding-fields-8/page/2/#post-9459230)
 * Status: resolved