Title: Default Value
Last modified: July 16, 2022

---

# Default Value

 *  Resolved [mira404](https://wordpress.org/support/users/mira404/)
 * (@mira404)
 * [3 years, 11 months ago](https://wordpress.org/support/topic/default-value-17/)
 * Hi, In this calculator I use this simple formula: fieldname6+2+fieldname7 but
   it always shows 2 due to formula +2, how to hide this, if put the input value
   then only show the calculation result.
 * Check this: [https://prnt.sc/I_AbaXOmMx3x](https://prnt.sc/I_AbaXOmMx3x)
 * Thanks!

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

 *  Plugin Author [codepeople](https://wordpress.org/support/users/codepeople/)
 * (@codepeople)
 * [3 years, 11 months ago](https://wordpress.org/support/topic/default-value-17/#post-15830682)
 * Hello [@mira404](https://wordpress.org/support/users/mira404/)
 * Thank you very much for using our plugin.
 * Your current equation is `fieldname6+2+fieldname7`
 * If the fields fieldname6 and fieldname7 are empty, their values are handled as
   zero by the equations. So, the initial equation result would be `0+2+0`.
 * If you want to evaluate the equation only if the fields’ values are not empty,
   pelase use conditional operations in the equation as follows:
 * `IF(AND(fieldname6|r != '', fieldname7|r != ''), fieldname6+2+fieldname7, '')`
 * Best regards.
 *  Thread Starter [mira404](https://wordpress.org/support/users/mira404/)
 * (@mira404)
 * [3 years, 11 months ago](https://wordpress.org/support/topic/default-value-17/#post-15830692)
 * Thanks a lot! It’s working!

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

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

 * 2 replies
 * 2 participants
 * Last reply from: [mira404](https://wordpress.org/support/users/mira404/)
 * Last activity: [3 years, 11 months ago](https://wordpress.org/support/topic/default-value-17/#post-15830692)
 * Status: resolved