We have formula widgets for your site, mobile pages or app. With our interface you can create formula widgets, with custom formulas or just pick an existing formula and modify it to your needs.
All our formula widgets ships with integrated converters and full flexibility to change the design to fit into your page or app. If you do not want any branding from formloop you can order a license and test our system for three weeks for free.
Please use "Create Widget" in the menus to generate the website calculator form that suits your needs or click:Formula Widget
We have the following types of formula widgets, see selected examples below:
- formula calculator
- project calculator
An example of a formula widget is shown below:
Test the widget by copying the code below into your webpage:
<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='350';
var width='250';
var lang_code='';
var mobile='';
formloop_cw(pass_id,width,height,lang_code,mobile);
</script>
An example of a project calculator is shown below:
Test the widget by copying the code below into your webpage:
<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='450';
var lang_code='';
var mobile='';
formloop_cw(pass_id,width,height,lang_code,mobile);
</script>