Add your custom Calculator with Conversions 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. When designing the widget press the button "Modify Content & Layout" and set either "Flexible units" ON if you want the user to be able to change the units in the calculator, or change units on the input and output in the bottom. The system will convert automatically so there is no need to change the formula or adjust inputs.
We have the following types of calculator widgets with integrated converters, see selected examples below:
- converter calculator
- formula calculator with conversions
- project calculator with conversions
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 converter 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 "Modify Content & Layout" button.
Test the widget by copying the code below into your webpage:
<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='250';
var width='325';
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:
You can configure your custom formula widget at formula calculator with conversions.
Test the widget by copying the code below into your webpage:
<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='300';
var width='300';
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
.Test the widget by copying the code below into your webpage:
<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>