evalmath.class.php |
evalmath.class.php |
|
|
formula.inc |
components/formula.inc |
|
Webform module markup component. |
README.txt |
README.txt |
|
# Webform Calculator
* Provides a _formula_ webform component for _computed_ values, where you can enter a mathematical calculation based
on the other fields. E.g., create a formula field with value ```{formkey1} * 0.1 * {formkey2}```.
*… |
webform_calculator.info |
webform_calculator.info |
|
name = "Webform Calculator"
description = "Provides a formula webform component, where you can enter a mathematical calculation based on the other fields."
core = "7.x"
php = "5.2.4"
dependencies[] =… |
webform_calculator.module |
webform_calculator.module |
|
|