Zigaform – Price Calculator & Cost Estimation Form Builder Lite for WordPress Plugin Directory
By softdiscover
Zigaform – Price Calculator & Cost Estimation Form Builder Lite is a WordPress app, with a 4.6 average rating from 23 reviews, as of Aug 31, 2026.
Zigaform – Price Calculator & Cost Estimation Form Builder Lite is a WordPress Plugin Directory app by softdiscover. With a rating of 4.6★ from 23 reviews.
AppRanks verdict
Generated from live marketplace data — refreshed daily
Zigaform – Price Calculator & Cost Estimation Form Builder Lite is a highly rated WordPress app with a limited review volume. Category data on the canonical marketplace listing is currently incomplete, so AppRanks falls back to platform-wide rather than category-relative comparison for this listing. 23 reviews put it in the early-traction tier — useful for early-stage stores willing to be on the leading edge. Early-traction review counts are sensitive to single launch periods or feature events, so a 30-day re-check before bigger commitments often resolves whether the trend is sustained. Paid-only pricing means evaluating fit on the marketplace listing or via the developer's documentation before installing. AppRanks tracks rating, review count, pricing tier, and category position daily — the figures on this page reflect the most recent scrape from the canonical WordPress Plugin Directory listing.
Pros
- +High average rating (4.6★) signals consistent merchant satisfaction
- +Published by softdiscover — established developer track record
Cons
- −Limited review base (23) — ratings can shift significantly with new feedback
Looking to switch from Zigaform – Price Calculator & Cost Estimation Form Builder Lite?
See Zigaform – Price Calculator & Cost Estimation Form Builder Lite's alternatives ranked by audit score, rating, and review velocity.
How Zigaform – Price Calculator & Cost Estimation Form Builder Lite works
Show full descriptionShow less
Zigaform – Calculator & Cost Estimation Form Builder Lite is a real-time, drag-and-drop form builder designed to help you create estimation forms in just a few easy steps. It allows you to estimate any service for your clients and proceed to checkout using a payment gateway. The plugin also offers an advanced grid system and skin customizer to build professional forms, along with a comprehensive administration section for managing numerous form options. Best of all, no programming skills are required!
Use Cases
Creating forms with automatically calculated fields
Finance calculators
Quote calculators
Booking cost calculators
Date calculators
Health/fitness calculators
Check out other calculators made with Zigaform
Features (Free Lite Version):
Real-time drag-and-drop form builder
Cost estimation and calculation feature (supports complex math formulas)
Offline Payment Gateway included
42+ ready-to-use form elements
Full skin customizer with live preview
Advanced grid system for building form estimators
Dynamic validation (email, letters, numbers, etc.)
Advanced summary estimate box with sticky feature
Multiple form templates available
Over 650 custom fonts and 769 icons for form elements
Create custom form fields with ease
Multiple forms on a single WordPress page
Graphic chart entry reports by form
Advanced entry search functionality
Import/export custom forms
Duplicate forms option
Accept multiple file uploads via forms
Detailed entries report by form
Ajax-powered forms
Bootstrap integration
Live email notifications on form submissions
Unlimited forms with retina activation
Multi-language support (Spanish, Italian, French, Russian, German, Portuguese, Chinese)
Fully responsive forms with cross-browser support (IE8+, Chrome, Firefox, Safari, Opera)
No programming skills required
Easily add/edit/manage forms, fields, entries, and tons of features
Language Switcher
Premium Version If you love the Lite version, consider trying the premium version with additional features:
1. PayPal payment integration
2. Advanced conditional logic
3. Wizard forms with real-time editor and live preview (two themes available)
4. Invoicing feature with detailed listings
5. Export submissions to CSV
6. Extended HTML documentation
7. Priority support and many more features
Explore Zigaform – Cost Estimation & Payment Form Builder Premium
More info: https://wordpress-cost-estimator.zigaform.com/
Extensions
Animation Effects Add-On (Pro): Animate your fields with various effects, including delay and customization options.
WebHooks Add-On (Pro): Send data from your forms to any custom page or script via WebHooks. Perfect for applications that need updates with each form submission.
WooCommerce Add-On (Lite): Add a custom WooCommerce form to your product pages. Generate product prices directly from form calculations.
Overall Features Drag-and-Drop Form Builder Zigaform features an intuitive drag-and-drop builder, allowing you to create forms in minutes. All forms are fully responsive and mobile-friendly, with options for multi-page forms, file uploads, smart conditional logic, and more.
Custom Formula and Math Calculation Zigaform supports custom formulas and complex calculations, enabling you to create anything from basic to highly complex estimation forms.
Automated Notification Emails Create custom email notifications to receive alerts when new entries are submitted. Personalize the subject, message, and include entry details with tons of options.
Advanced Grid System Create unique form layouts with Zigaform’s responsive grid system, supporting unlimited grid nesting.
Multi-Page Forms (Wizard Form) Break up forms into multiple pages with a progress bar, enhancing the user experience.
42+ Advanced Fields Choose from a wide variety of field types:
– Text Input (Single Line)
– Textarea (Multiple Lines)
– Checkbox
– Radio (Multiple Choice)
– Select Dropdown
– HTML
– File Upload
– Image Upload
– Password
– Slider, Range, Spinner
– Captcha, ReCaptcha
– Hidden Field
– Star Rating
– Color Picker
– Date Picker, Time Picker
– Dynamic Checkboxes, Radiobuttons
– And many more…
Captcha Spam Protection Zigaform integrates Google reCaptcha to prevent spammers and spambots, ensuring your site remains secure.
Detailed Submitted Entries View submitted entries in the WordPress admin area and send data via email. Features include bulk export to CSV, advanced filtering, and search across all entries.
Fully Responsive Design All forms are crafted to fit any device, ensuring a consistent user experience across mobile, tablet, and desktop.
Control Every Element Fine-tune every part of your form, from general settings to individual fields, submit actions, and emails.
Effortless WordPress Integration Easily add a Zigaform to your site with widgets, shortcodes, or automatic content appending.
Translation Ready – Multi-Language Support Zigaform supports multiple languages and is translation-ready for easy localization.
Heavy on Security Built with nonce security, Google reCaptcha, and optional Captcha, Zigaform protects your forms from automated submissions.
Fast & Scalable Optimized for performance, Zigaform loads resources only when needed, keeping your website fast and efficient.
Free Support and Upgrades [Pro Version] Zigaform offers excellent support and regular updates, making it a great choice for WordPress users of all levels.
What Makes Zigaform Great?
Unlimited forms, fields, emails, actions, and submissions
Extensive customization options, including custom CSS and HTML
Beginner-friendly with a drag-and-drop builder
Tons of advanced features for creating powerful forms
Developer-friendly with full documentation available
100% responsive and optimized for speed
Comprehensive security features, including Google reCaptcha
Conditional logic for creating dynamic forms [Pro Version]
Continuous updates with enhanced functionalities
Visit the Documentation
Calculated “hidden” Fields The calculated fields can be “hidden” fields. This way the calculated values of those “hidden” fields won’t be displayed in the form. This is useful for using intermediate calculated values or for showing the calculated values only into the email.
Equations / formulas Format Here are some sample formulas that can be used in the math formula feature:
With simple mathematical operations:
fieldname1 + fieldname2
fieldname1 * fieldname2
fieldname1 / fieldname2
fieldname1 - fieldname2
With multiple fields and fields grouping included:
fieldname1 * ( fieldname2 + fieldname3 )
There is a huge number of equations that can’t be recreated with simple mathematical operators, or the operations listed above, requiring “IF” conditions, here is a sample of the formula that can be used in that case:
` if(fieldname3 > 100) return fieldname1+fieldname2; if(fieldname3 <= 100) return fieldname1*fieldname2; `
For complex equations where is required to define blocks of JavaScript code, you should use the following format:
var calculatedValue = 0; //Your code here return calculatedValue;
…. and note that the return value of that function will be the value assigned to the calculated field. More info here: https://wordpress-cost-estimator.zigaform.com/docs/math-calculation/
Keyword rankings
Zigaform – Price Calculator & Cost Estimation Form Builder Lite ranks for 5 keywords across WordPress Plugin Directory. Here are the top 3:
- Rank #89
- Rank #169
- Rank #276
Competitors & alternatives
AppRanks tracks competitor sets per category. For Zigaform – Price Calculator & Cost Estimation Form Builder Lite, the independent listing audit includes a competitive context section, and the full WordPress app index shows the broader marketplace landscape this app competes in. Sign up free to surface a side-by-side competitor matrix customized to your tracked apps.
Frequently asked questions
What is Zigaform – Price Calculator & Cost Estimation Form Builder Lite?
Zigaform – Price Calculator & Cost Estimation Form Builder Lite is an app for WordPress. It currently holds a 4.6-star rating from 23 merchant reviews, and AppRanks has been tracking its public marketplace data on the refresh cadence published in our methodology. AppRanks tracks its category position, review-velocity trend, and the top alternatives in the same space. Developed by softdiscover.