{"id":180664,"date":"2023-11-25T11:17:07","date_gmt":"2023-11-25T11:17:07","guid":{"rendered":"https:\/\/wordpress.org\/plugins\/wpforms-cost-calculator\/"},"modified":"2025-11-28T07:06:26","modified_gmt":"2025-11-28T07:06:26","slug":"cost-calculator-for-wpforms","status":"publish","type":"plugin","link":"https:\/\/pcd.wordpress.org\/plugins\/cost-calculator-for-wpforms\/","author":22038057,"comment_status":"closed","ping_status":"closed","template":"","meta":{"_crdt_document":"","version":"1.4.2","stable_tag":"1.4.2","tested":"6.9.4","requires":"2.0","requires_php":"5.2","requires_plugins":null,"header_name":"Cost Calculator for WPForms","header_author":"add-ons.org","header_description":"Create Estimation Forms, Cost Calculators, Payment Forms and More for WordPress Easily","assets_banners_color":"57acc1","last_updated":"2025-11-28 07:06:26","external_support_url":"","external_repository_url":"","donate_link":"","header_plugin_uri":"https:\/\/add-ons.org\/plugin\/wpforms-cost-calculator\/","header_author_uri":"https:\/\/add-ons.org\/","rating":4,"author_block_rating":0,"active_installs":200,"downloads":4550,"num_ratings":2,"support_threads":0,"support_threads_resolved":0,"author_block_count":0,"sections":["description","installation","changelog"],"tags":{"1.3.7":{"tag":"1.3.7","author":"rednumber","date":"2024-05-27 10:58:48"},"1.3.8":{"tag":"1.3.8","author":"rednumber","date":"2024-08-02 14:54:27"},"1.3.9":{"tag":"1.3.9","author":"rednumber","date":"2024-11-14 03:45:11"},"1.4.1":{"tag":"1.4.1","author":"addonsorg","date":"2025-05-30 14:32:04"},"1.4.2":{"tag":"1.4.2","author":"addonsorg","date":"2025-11-28 07:06:26"}},"upgrade_notice":[],"ratings":{"1":0,"2":0,"3":1,"4":0,"5":1},"assets_icons":{"icon-128x128.png":{"filename":"icon-128x128.png","revision":3001519,"resolution":"128x128","location":"assets","locale":""}},"assets_banners":{"banner-772x250.png":{"filename":"banner-772x250.png","revision":3001519,"resolution":"772x250","location":"assets","locale":""}},"assets_blueprints":{},"all_blocks":[],"tagged_versions":["1.3.7","1.3.8","1.3.9","1.4.1","1.4.2"],"block_files":[],"assets_screenshots":{"screenshot-1.gif":{"filename":"screenshot-1.gif","revision":3001519,"resolution":"1","location":"assets","locale":""},"screenshot-2.gif":{"filename":"screenshot-2.gif","revision":3001519,"resolution":"2","location":"assets","locale":""},"screenshot-3.gif":{"filename":"screenshot-3.gif","revision":3001519,"resolution":"3","location":"assets","locale":""}},"screenshots":{"1":"Frontend Working","2":"Set formula field","3":"Format numbers, currency","4":"Addmin field"},"jetpack_post_was_ever_published":false},"plugin_section":[],"plugin_tags":[716,142523,142522,130711,223040],"plugin_category":[],"plugin_contributors":[234546],"plugin_business_model":[],"class_list":["post-180664","plugin","type-plugin","status-publish","hentry","plugin_tags-calculator","plugin_tags-calculator-form","plugin_tags-cost-calculator","plugin_tags-wpforms","plugin_tags-wpforms-field","plugin_contributors-addonsorg","plugin_committers-addonpro","plugin_committers-addonsorg","plugin_committers-rednumber","plugin_committers-wpformsaddons","plugin_support_reps-yeesupport"],"banners":{"banner":"https:\/\/ps.w.org\/cost-calculator-for-wpforms\/assets\/banner-772x250.png?rev=3001519","banner_2x":false,"banner_rtl":false,"banner_2x_rtl":false},"icons":{"svg":false,"icon":"https:\/\/ps.w.org\/cost-calculator-for-wpforms\/assets\/icon-128x128.png?rev=3001519","icon_2x":false,"generated":false},"screenshots":[{"src":"https:\/\/ps.w.org\/cost-calculator-for-wpforms\/assets\/screenshot-1.gif?rev=3001519","caption":"Frontend Working"},{"src":"https:\/\/ps.w.org\/cost-calculator-for-wpforms\/assets\/screenshot-2.gif?rev=3001519","caption":"Set formula field"},{"src":"https:\/\/ps.w.org\/cost-calculator-for-wpforms\/assets\/screenshot-3.gif?rev=3001519","caption":"Format numbers, currency"}],"raw_content":"<!--section=description-->\n<p>[youtube https:\/\/www.youtube.com\/watch?v=G6BVD3HFZEc]<\/p>\n\n<p><strong>DEMO<\/strong>: <a href=\"https:\/\/calculator.add-ons.org\/\">https:\/\/calculator.add-ons.org\/<\/a>\nWPForms Calculator which allows you to easily create quote or price estimate forms for WPForms. You can create forms with dynamically calculated fields to display the calculated values.\nCalculated Fields Form can be used for creating both single and complex calculations, for example, general calculators, ideal weight calculators, calorie calculators, calculate quotes for hotel booking and rent a car services, calculate quotes for appointments and services, loan &amp; finance calculators, date calculators like pregnancy calculators,...<\/p>\n\n<h3>Features<\/h3>\n\n<ul>\n<li>Easy use<\/li>\n<li>Creating forms with automatically calculated fields<\/li>\n<li>Support radio field<\/li>\n<li>Support checkbox field<\/li>\n<li>Support select field<\/li>\n<li>Support payment field<\/li>\n<li>Cross browser\u2019s compatible<\/li>\n<li>Custom format total field<\/li>\n<li>Finance calculators<\/li>\n<li>Quote calculators<\/li>\n<li>Booking cost calculators<\/li>\n<li>Add one or more calculated fields     <\/li>\n<li>And more...<\/li>\n<\/ul>\n\n<h3>Basis Functions<\/h3>\n\n<ul>\n<li><strong>Addition operator<\/strong>: number + number<\/li>\n<li><strong>Subtraction operator<\/strong>: number - number<\/li>\n<li><strong>Multiplication operator<\/strong>: number * number<\/li>\n<li><strong>Division operator<\/strong>: number \/ number<\/li>\n<li><strong>Opening and Closing Parenthesis<\/strong>: (number + number ) \/ number<\/li>\n<\/ul>\n\n<h3>Advanced Functions<\/h3>\n\n<ul>\n<li><strong>Conditional Statements<\/strong>: if(test, true result, false result)<\/li>\n<li><strong>Nesting IFs to handle more conditions<\/strong>: if(test, true result, if(test, true result, false result) )<\/li>\n<li><strong>DAYS function<\/strong>: days(end_date, start_date)<\/li>\n<li><strong>MONTHS function<\/strong>: months(end_date, start_date)<\/li>\n<li><strong>YEARS function<\/strong>: years(end_date, start_date)<\/li>\n<li><strong>AGE function<\/strong>: age(birth_date)<\/li>\n<li><strong>AGE2 function<\/strong>: age2(end_date, start_date)<\/li>\n<li><strong>ROUND function<\/strong>: round(number1)<\/li>\n<li><strong>ROUND2 function<\/strong>: round2(number1)<\/li>\n<li><strong>FLOOR function<\/strong>: floor(number1)<\/li>\n<li><strong>FLOOR2 function<\/strong>: floor2(number1)<\/li>\n<li><strong>CEIL function<\/strong>: ceil(number1)<\/li>\n<li><strong>MOD function<\/strong>: mod(number1,number2)<\/li>\n<li><strong>AVERAGE function<\/strong>: avg(number1, number2, number3,...)<\/li>\n<li><strong>MIN function<\/strong>: min(number1, number2, number3,...)<\/li>\n<li><strong>MAX function<\/strong>: max(number1, number2, number3,...)<\/li>\n<li><strong>ABS function<\/strong>: abs(number)<\/li>\n<li><strong>SQR function<\/strong>: sqrt(number1)<\/li>\n<li><strong>MAX function<\/strong>: max(number1, number2, number3,...)<\/li>\n<li><strong>RANDOM function<\/strong>: random(number_start, number_end)<\/li>\n<li><strong>POW function<\/strong>: pow(number1, number2)<\/li>\n<li><strong>SIN, COS function<\/strong>: sin(0) cos(0)<\/li>\n<li><strong>Round up to the next multiple of number<\/strong>: rounded_multiple(7,5)<\/li>\n<li><strong>Custom function<\/strong>: If you need a formula that\u2019s not here, we\u2019ll add it<\/li>\n<\/ul>\n\n<h3>Pro version<\/h3>\n\n<ul>\n<li>Format numbers, currency<\/li>\n<li>Advanced Calculations<\/li>\n<li>Conditional statements.Create intricate calculations with comparison operators.<\/li>\n<li>30-day money-back guarantee<\/li>\n<li>1-year support<\/li>\n<\/ul>\n\n<p><strong>Download Pro Version<\/strong>: <a href=\"https:\/\/add-ons.org\/plugin\/cost-calculator-for-wpforms-pro\/\">https:\/\/add-ons.org\/plugin\/cost-calculator-for-wpforms-pro\/<\/a><\/p>\n\n<!--section=installation-->\n<p><strong>Normal installation<\/strong><\/p>\n\n<ol>\n<li>Download the repeater-field-for-wpforms.zip file to your computer.<\/li>\n<li>Unzip the file.<\/li>\n<li>Upload the <code>repeater-field-for-wpforms<\/code> directory to your <code>\/wp-content\/plugins\/<\/code> directory.<\/li>\n<li>Activate the plugin through the 'Plugins' menu in WordPress.<\/li>\n<li>Document: <a href=\"https:\/\/add-ons.org\/plugin\/contact-form-7-cost-calculator\/\">https:\/\/add-ons.org\/plugin\/contact-form-7-cost-calculator\/<\/a><\/li>\n<\/ol>\n\n<!--section=changelog-->\n<h4>1.3.9<\/h4>\n\n<ul>\n<li>Added: if == string<\/li>\n<\/ul>\n\n<h4>1.3.8<\/h4>\n\n<ul>\n<li>Fixed: plus total price<\/li>\n<\/ul>\n\n<h4>1.3.7<\/h4>\n\n<ul>\n<li>Fixed: Custom vat<\/li>\n<\/ul>\n\n<h4>1.3.6<\/h4>\n\n<ul>\n<li>Fixed: number= 1.3.6 =<\/li>\n<li>Fixed: number<\/li>\n<\/ul>\n\n<h4>1.3.5<\/h4>\n\n<ul>\n<li>Compatible with WordPress 6.5<\/li>\n<\/ul>\n\n<h4>1.2.9<\/h4>\n\n<ul>\n<li>Big update<\/li>\n<\/ul>","raw_excerpt":"With Cost Calculator for WPForms you can create forms with dynamically calculated fields to display the calculated values!","jetpack_sharing_enabled":true,"_links":{"self":[{"href":"https:\/\/pcd.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin\/180664","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/pcd.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin"}],"about":[{"href":"https:\/\/pcd.wordpress.org\/plugins\/wp-json\/wp\/v2\/types\/plugin"}],"replies":[{"embeddable":true,"href":"https:\/\/pcd.wordpress.org\/plugins\/wp-json\/wp\/v2\/comments?post=180664"}],"author":[{"embeddable":true,"href":"https:\/\/pcd.wordpress.org\/plugins\/wp-json\/wporg\/v1\/users\/addonsorg"}],"wp:attachment":[{"href":"https:\/\/pcd.wordpress.org\/plugins\/wp-json\/wp\/v2\/media?parent=180664"}],"wp:term":[{"taxonomy":"plugin_section","embeddable":true,"href":"https:\/\/pcd.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_section?post=180664"},{"taxonomy":"plugin_tags","embeddable":true,"href":"https:\/\/pcd.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_tags?post=180664"},{"taxonomy":"plugin_category","embeddable":true,"href":"https:\/\/pcd.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_category?post=180664"},{"taxonomy":"plugin_contributors","embeddable":true,"href":"https:\/\/pcd.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_contributors?post=180664"},{"taxonomy":"plugin_business_model","embeddable":true,"href":"https:\/\/pcd.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_business_model?post=180664"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}