Title: Calculations in Source Code
Last modified: March 3, 2018

---

# Calculations in Source Code

 *  Resolved [Fabbstar](https://wordpress.org/support/users/fabbstar/)
 * (@fabbstar)
 * [8 years, 1 month ago](https://wordpress.org/support/topic/calculations-in-source-code/)
 * Hello!
 * I notice all of the form’s calculations are viewable in the Source code, some
   of which may be sensitive information we do not wish to share with the web user.
 * Do you have any suggestions for making this less readable? Something that makes
   the script for formulas hidden or off-page?
 * Thanks,
    F

Viewing 1 replies (of 1 total)

 *  Plugin Author [codepeople](https://wordpress.org/support/users/codepeople/)
 * (@codepeople)
 * [8 years, 1 month ago](https://wordpress.org/support/topic/calculations-in-source-code/#post-10034930)
 * Hello [@fabbstar](https://wordpress.org/support/users/fabbstar/),
 * Yes, the equations are implemented using javascript, so, they are evaluated in
   the browser, however, if you want run the equations in the server side there 
   are alternatives, but would be required some programming skills.
 * My recommendation in this case would be create a custom plugin with the different
   equations (of course, the equations should be implemented in PHP) and then, from
   the equations associated to the calculated fields, run AJAX calls to the website
   with the corresponding parameters to evaluate the server side equations.
 * If you need additional help to implement the sensitive equations of your project
   in the server side, please, do not hesitate in contact me through my private 
   website:
 * [https://cff.dwbooster.com/customization](https://cff.dwbooster.com/customization)
 * Best regards.

Viewing 1 replies (of 1 total)

The topic ‘Calculations in Source Code’ 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: [8 years, 1 month ago](https://wordpress.org/support/topic/calculations-in-source-code/#post-10034930)
 * Status: resolved