Create calculators.

ChristineAshe

Junior Member
Joined
Aug 19, 2014
Messages
165
Reaction score
98
So,

I`m trying to create a page on a wp blog i have, with a few calculators.
Have you see any fitness calculators, (e.g. find your bmi, here is an example)
Thats what im aiming for (different niche).
Let someone input some numbers in a few boxes,
press calculate and get a result based on a math equations.
What is the way to go?
Does this involve JS and CSS? Is there a plugin that can do that?
 
With JS it can be done quite easily, you can search it up on google and I'm sure it will come up with something helpful. It can be done with PHP too, but I would recommend doing it with JS. I haven't tried it with wordpress but I think that you'll only need a custom code plugin.
 
Thanks @Azaan .
I Don't think you need a plug in for that, am i right?
Just a JS script and pull it into the page along with some css to make it presentable.
Can i ask why do you prefer JS over PHP?
Thanks again.
 
Thanks @Azaan .
I Don't think you need a plug in for that, am i right?
Just a JS script and pull it into the page along with some css to make it presentable.
Can i ask why do you prefer JS over PHP?
Thanks again.

In my experience it has taken far longer to create something mathematical in PHP than it has it JS, as the math syntax in JS seems easier to me, than it is in PHP
 
Php can do it while javascript seems to do it better because with javacript you decide to make it a pop up page or you add features that will make it draggable.
 
So,

I`m trying to create a page on a wp blog i have, with a few calculators.
Have you see any fitness calculators, (e.g. find your bmi, here is an example)
Thats what im aiming for (different niche).
Let someone input some numbers in a few boxes,
press calculate and get a result based on a math equations.
What is the way to go?
Does this involve JS and CSS? Is there a plugin that can do that?
Just generate code from this site accordingly for BMI Calculator and add into your site .
https://bmicalculatorusa.com/free-bmi-calculator-widgets/
 
Back
Top