Our forms with calculating fields generates the result by executing a formula that assigns the values in the fields to variables in the formula. The formula can either be an existing formula or a new custom formula added by you. The Form that Calculates can then be designed to fit your design on your web-page or mobile web-page or app. The Field Calculations widget is made in html5 and will work on all type of devices and is made responsive.
We have the following types of form with Calculating Form Fields, see selected examples below:
- formula form
- project form
An example of a Formula Forms that Calculates is shown below:
If you want to test the widget use the code below:
<div id="fw_11083177462784859"><a href="https://www.formloop.com/CalculatorWidget/formulawidget/473">FormLoop </a></div>
<script type="text/javascript" src="https://d15pwioa8qyjit.cloudfront.net/js/calc_quick.js"></script>
<script type="text/javascript">
var pass_id='11083177462784859';
var height='300';
var width='350';
var lang_code='';
var mobile='';
formloop_cw(pass_id,width,height,lang_code,mobile);
</script>
An example of a Project Forms that Calculates is shown below:
Please use "Create Widget" in the menus to generate the website calculator form that suits your needs or click:Calculator Widget
.If you want to test the widget use the code below:
<div id="fw_74377574623569760"><a href="https://www.formloop.com/ProjectWidget/all">FormLoop</a></div>
<script type="text/javascript" src="https://d15pwioa8qyjit.cloudfront.net/js/calc_quick_p.js"></script>
<script type="text/javascript">
var pass_id='74377574623569760';
var height='600';
var width='350';
var lang_code='';
var mobile='';
formloop_cw(pass_id,width,height,lang_code,mobile);
</script>