Wordpress plugins
Calculator Builder

Calculator Builder

Version : 1.5.4
Tested up to : 6.4
Number of download : 11
Author : CalcHub
Average rating : 4.5 / 5 on 13 votes 13 votes, 4.5 avg.rating

Screenshots

Calculator Builder
Calculator Builder
Calculator Builder
Calculator Builder

Introducing the Calculator Builder WordPress plugin – the ultimate WordPress plugin that allows you to create online calculators for any calculation. You can also add style to your calculator and customize it the way you want. Calculator Builder is a great plugin to have awesome and easy-to-use calculators. It has powerful tools to create an intuitive calculator and to use them for different purposes. Display any type of calculator on your website to make it more engaging and user-friendly, such as health and financial ones. The Calculator Builder plugin provides you with elements such as checkboxes, radio buttons, numbers, and dropdowns. It has an amazing set of features that will help you create the online calculator you want very quickly and effectively. Features Intuitive interface – the Calculator Builder plugin has a very intuitive interface and is very engaging. You can create a calculator that perfectly matches your website design, and is highly customizable. Easy to use – another important feature of the Calculator Builder WordPress plugin is that it is super easy to use. With its well-designed interface and structure, you can easily understand how to create calculators even if you are not a developer and don’t have coding skills. However, complex calculators will still require JavaScript skills. Unlimited items to use for calculators – Calculator Builder provides you with unlimited items to include in your individual calculator. This is also a great feature as not many calculator builders provide you with lots of items. User-friendly – Sometimes different types of calculators can look confusing, for instance, Financial Calculators. can look confusing. Many users pay attention to the user-friendly aspect of calculators. The Calculator Builder plugin provides you with a great user experience as it is made to make the calculation process easier and quicker. Highly customizable – CalcHub extension helps you to easily design the calculator the way you want. This will help you to brand your website by making the calculator an inseparable part of it. Live builder – Լive builder allows you to see the calculator created. This will save you time during the process of creation. Usage of Vanilla JS: without using the jQuery library Export/Import tool – Calculator Builder allows you to export and import calculator data Field types such as “Title”, “Separator”, “Spacer”, “Textarea”, and “Input” Use Cases 1 Finance calculators Do you write a blog? Own a car dealership? Or are otherwise involved in financial services? Then you should consider adding the Calculator Builder plugin to your website which will easily carry out financial calculations and ease the processes concerning any aspect of your finances. You can do the following types of financial calculations: Mortgage Calculator Credit card minimum payment Loan amount Interest rate Loan monthly payment And more! 2 Health calculators Do you own sports, diet, or health websites? Are you involved in health-related services? If yes, then you should start using the Calculator Builder WordPress plugin as a health-related calculator to make your work easier. Body Fat BAI and BMI Ideal Weight Lean body mass Fat-Free Mass Index And many more! Examples online calculators Beauty: Appearance Food Pregnancy Finance: Investment Loan Inventory Medical Cardiology Pharmacology Engineering Electrical Web Tools Converter tools Text tools Converters Elements The calculator elements of WordPress Calculator Builder include the following: Radio Button Dropdown Checkbox Number Textarea Date Time Range Field Types Number – a control used for numbers. When supported, it shows a spinner and applies to default validation. Some devices with dynamic keypads show a numeric keypad. Select – the select element depicts a control with a menu of choices Radio – set the title and select a single value from multiple choices with the same name value – Checkbox – select single values Number and Select – insert Number and Select fields, set the title, choose the addon and write the preferred value Buttons – write the title, and then set the “Calculate” and “Reset” buttons Result – set the field containing the outcome. It is a read-only field. Title – set the title without fields. You can control size and wight of the font; Separator – add the separator to the calculator form as a line Spacer – add space between fieldset Textarea – add textarea to the form Input – you can use the next type of the field: Text, Email, Date, DateTime, Month, Time, Week Range – a slider or dial control. Formulas Comparison and Conditional Formula – if(){}, else , if(){}, Else{}, >=, <=, ==, &&, || Math Static Properties – Math.E, Math.LN2, Math.LN10, Math.LOG2E, Math.LOG10E, Math.PI, Math.SQRT1_2, Math.SQRT2 Math Static Methods – Math.pow(), Math.sqrt(), Math.ceil(), Math.round(), Math.random(), Math.max(), Math.min(), Math.log(), Math.abs(), Math.acos(), Math.asin(), Math.atan(), Math.atan2(), Math.cos(), Math.exp(), Math.sin(), Math.tan(), Math.trunc() Video How to Get Started with the WordPress Calculator Builder plugin Extensions Calchub Style – customize the calculator for each individual calculator. CalcHub Counter – add the button likes and calculation counter to your calculators and you’ll be able to track it easily. CalcHub Print – Easily add an online calculator print button as well as a copy URL button. CalcHub WPCF7 – Integration WordPress plugin Contact Form 7 with Calculator Builder. Easily send the calculator result by email. EQUATION / FORMULA To calculate the result, you must use the variables in the Formula field Variable x[] – the variable is used for the field that takes part in the calculation Variable y[] – variable for displaying the result y[1] = x[1] + x[2]; y[1] = x[1] – x[2]; y[1] = x[1] * x[2]; y[1] = x[1] / x[2]; Formula with additional variables You can use the additional variables in the formula field for to facilitate writing the formula and displaying the result. For Example, Formula Monthly payment for Loan: let r = x[2] / 1200; let A = x[1]; let N = x[3]; let result = ( r * A ) / ( 1 - Math.pow((1+r), -N)); y[1] = roundVal(result, 2); roundVal(val, decimals) – function for rounding a number. The first parameter (val) is the number to be rounded, and the second parameter (decimals) is the number of numbers after the decimal point. Conditional formula You can use complex structures to calculate the results. the ability to use the following comparison operators: < less > more == equal For Example: if( x[1] < 100 ) { y[1] = x[2] * 2; } else if ( x[1] < 200 ) { y[1] = x[2] * 3; } else { y[1] = x[2] * 4; } Support If you have any questions concerning the plugin ask us at the WordPress forum or send your requests to GitHub.

Download now