• Resolved Fabbstar

    (@fabbstar)


    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

    (@codepeople)

    Hello @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

    Best regards.

Viewing 1 replies (of 1 total)

The topic ‘Calculations in Source Code’ is closed to new replies.