Add your custom Calculator for calculating form fields, without any coding knowledge. Pick an existing formula or start by adding a few variables followed by adding the formula that will do the calculation.
We have the following types of forms for calculating fields, see selected examples below:
- converter calculator
- formula calculator
- project calculator
All the below widgets can be launched as apps instead. Our apps are written in responsive html5 design and works for all operative systems and adapts to any device and size. Create your app calculator with integrated conversions by creating an account and then following the instructions for calculator app.
An example of a converter calculator is shown below:
You can choose which unit types to have in your conversion widget at Create conversion widget by clicking "Select Unit Types" button.
If you want to test our converter use the code below:
<div id="fw_138417302731871188"><a href="https://www.formloop.com/Unit-Converter-Widget">FormLoop Converter</a></div>
<script type="text/javascript" src="https://d15pwioa8qyjit.cloudfront.net/js/calc_quick_co.js"></script>
<script type="text/javascript">
var pass_id='138417302731871188';
var height='200';
var width='350';
var lang_code='';
var mobile='';
formloop_cw(pass_id,width,height,lang_code,mobile);
</script>
We have large library of formula calculators. An example of a formula calculator is shown below:
If you want to test the widget use the code below:
<div id="fw_217157259558131192"><a href="https://www.formloop.com/CalculatorWidget/formulawidget/2637">FormLoop </a></div>
<script type="text/javascript" src="https://d15pwioa8qyjit.cloudfront.net/js/calc_quick.js"></script>
<script type="text/javascript">
var pass_id='217157259558131192';
var height='200';
var width='350';
var lang_code='';
var mobile='';
formloop_cw(pass_id,width,height,lang_code,mobile);
</script>
An example of a project calculator is shown below:
Please use "Create Widget" in the menus to generate the website calculator form with conversions that suits your needs or click:Calculator Widget
.If you want to test the widget use the code below:
<div id="fw_217248571263833082"><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='217248571263833082';
var height='600';
var width='350';
var lang_code='';
var mobile='';
formloop_cw(pass_id,width,height,lang_code,mobile);
</script>