Title: Calculated Fields Form
Last modified: March 26, 2022

---

# Calculated Fields Form

 *  [kevindj007](https://wordpress.org/support/users/kevindj007/)
 * (@kevindj007)
 * [4 years, 2 months ago](https://wordpress.org/support/topic/calculated-fields-form-5/)
 * Everything is great and works like it is supposed to. The only issuse is it does
   not really refect payday loans. The site and page are sole as far payday loan
   companies but the slide and fomulas are for regular loans. Payday loans are setup
   like 15% or more plus $10.00 per loan. Which baisclly at that rate the pay back
   on $100.00 is $125.00. Thanks

Viewing 1 replies (of 1 total)

 *  Plugin Author [codepeople](https://wordpress.org/support/users/codepeople/)
 * (@codepeople)
 * [4 years, 2 months ago](https://wordpress.org/support/topic/calculated-fields-form-5/#post-15498995)
 * Hello [@kevindj007](https://wordpress.org/support/users/kevindj007/)
 * Thank you very much for the review. The mathematical operation you’re describing
   is very easy to implement. Assuming the loan amount is entered through the currency
   field fielname1. The equation defined into the calculated field would be:
 * `fieldname1*1.15+10`
 * To get the result with two decimal places, you should use the PREC operation.
   PREC(X, Y) rounds the number X with Y decimals. The equation would be:
 * `PREC(fieldname1*1.15+10, 2)`
 * Best regards.

Viewing 1 replies (of 1 total)

The topic ‘Calculated Fields Form’ 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/)

 * 1 reply
 * 2 participants
 * Last reply from: [codepeople](https://wordpress.org/support/users/codepeople/)
 * Last activity: [4 years, 2 months ago](https://wordpress.org/support/topic/calculated-fields-form-5/#post-15498995)