Documentation for free WordPress plugin Calculator Builder
Type of the Fields
Fields
Number – a control for entering a number. Displays a spinner and adds default validation when supported. Displays a numeric keypad in some devices with dynamic keypads.
Select – element represents a control that provides a menu of options
Radio – a radio button, allowing a single value to be selected out of multiple choices with the same name value.
Checkbox – a check box allowing single values to be selected/deselected.
Number & Select – insert two fields Number and Select
Buttons – set the buttons for Calculate and Reset data in the calculator form
Result – set the field with the result. This field is read-only.
For field Number, you can set the next attributes:
max – Maximum value (numeric types);
min – Minimum value (numeric types);
step – Incremental values that are valid (numeric types);
value – The initial value of the control.
Addon – you can specify the units to be entered in the field. For example $ or px.
Title – the name of the field. You can leave it empty.
Required – a value is required for calculating
For fields Select, Radio, and Checkbox you can set the following attributes:
Title – the name of the field. You can leave it empty.
Options – value and option/label for the field. This attribute is filled in as name = values on a new line. Also, you can select the option by *. For, Example: Name Option = 73 *
Field Button:
Title – the name of the field. You can leave it empty.
Button Calculate – text for button for calculating form.
Button Reset – text for button for reset form
Field Result:
Title – the name of the field. You can leave it empty.
Addon – specify the units for the field. For example $ or px. You can leave empty.