1
I'm building a site for my business. I'd like to find a way to install some calculators using php . I've got AMS installed on a site running 2.0.10 .
How can I build a form that will accept several variables and unit options to return a calculated figure? For example, I want to create a pipe volume calculator.
I have some idea that I would write a php script that is called by the page and returns the value. The unit multipliers would be in an array.
How am I doing so far?
Thanks!