Categories

  • Access & Security 95
  • Administration 171
  • Advertisement 92
  • Audio & Video 66
  • Author & Content 99
  • Comments 96
  • Communication 110
  • Communities & Forums 84
  • Development 47
  • E-Commerce 76
  • Email Management 53
  • Events & Calendars 80
  • Language 25
  • Map & Weather 44
  • Migration & Conversion 28
  • Miscellaneous 254
  • Mobile 15
  • Photos 143
  • Plugins 260
  • SEO & Site Speed 118
  • Social 186
  • Theme Enhancement 169



  • Add this plugin to a List

    You need to be logged in to add this plugin to your list.

    Calculated Fields Form

    Add to List

    Absolutely! The “Calculated Fields Form” plugin opens up a world of possibilities. Here’s a breakdown of what you can achieve:

    Financial Calculations: Design forms that automatically compute totals, taxes, discounts, and other financial metrics.

    Booking Forms: Seamlessly handle date operations, availability checks, and booking calculations.

    Product Pricing: Dynamically calculate product prices based on user inputs or predefined rules.

    Math Operations: Perform basic arithmetic, percentages, and complex mathematical functions.

    Text Processing: Manipulate text fields, concatenate strings, and format data.

    Date Operations: Handle date differences, age calculations, and time-related tasks.

    Advanced Operations:

    Distance Calculations: Compute distances between locations.

    Chart Generation: Create charts dynamically based on form data.

    Third-Party Service Integration: Call external APIs or services for real-time data retrieval.

    And the best part? All resulting forms are mobile responsive, ensuring a seamless experience across devices.

    The most remarkable aspect is that you don’t need to hire a developer to create forms. With basic knowledge, you can have professional forms in minutes.

    The form builder is entirely visual, offering a wide selection of controls (Text fields, Numbers, Currency, Date/time, Slider control, Email, Radio buttons, Checkboxes, Container fields, Multi-page control, QR code reader, Recording, Calculated fields, and many others). This versatile toolkit empowers you to create customized forms effortlessly.

    And its new AI assistant provides exceptional support for developing complex calculation formulas and designing custom forms with ease.

    Features

    Main features:

    • Visual form builder with an intuitive and interactive interface.
    • Includes general-purpose controls such as radio buttons, checkboxes, menu lists, date fields, slider controls, numeric fields, text currency fields, etc.
    • Includes calculated fields whose values result from operations involving other form fields.
      Insert as many calculated fields in the form as you need.
    • Contains an advanced formula editor associated with the calculated fields with syntax highlighting and error detection.
    • Features many operations modules: mathematical operations, operations with dates, financial operations, distance operations, text management, operations for calling remote services, etc. The calculated fields can identify numbers and prices within the values of the fields.
    • Send notification emails with the data collected by the form.
    • Distributed with several predefined forms that you can use as a starting point for your projects.
    • Includes several design templates.
    • Supports multi-pages forms by inserting page break controls between fields belonging to different pages.
    • Possible to define dependency rules between fields in the form, which is very useful in the design of wizards.
    • Allows the grouping of fields inside container controls (Div, Fieldset, and Popups).
    • Enables formatting the form into columns for a more organized layout.

    The “Calculated Fields Form” plugin includes integration with popular page builders:

    • Classic WordPress Editor
    • Gutenberg Editor
    • Elementor
    • Page Builder by SiteOrigin
    • Beaver Builder
    • WPBakery Page Builder
    • DIVI Builder

    For other editors, it is possible to insert the form into the pages via its shortcode. Each web form has an associated shortcode that allows you to insert it wherever you want.

    [CP_CALCULATED_FIELDS id="1"]
    

    Other features:

    • From the plugin configuration page, it is possible to duplicate a form by pressing the “Duplicate” button associated with it. By dupplicating a form, you can reuse the work already done.
    • Includes a troubleshooting and optimization area.
    • Allows you to disable forms in the indexing process to improve the speed of the website.
    • Includes a version control in the forms to recover previous versions.

    Predefined forms:

    “Calculated Fields Form” comes with dozens of predefined forms that you can select during the form creation process, or you can build new forms from scratch.

    Calculated Fields Form Commercial
    The free version of the “Calculated Fields Form” plugin provides essential functionality, including sending notification emails to the website owner with the form data, basic operations for use with equations, and core features such as customizing form design, setting up conditional fields, and modifying the form layout. More advanced distributions, Professional, Developer, and Platinum, come with additional capabilities such as sending copy emails to form users, integration with payment gateways and external services, controls for managing database connections (including links to external data sources like Google Sheets in CSV format), and a variety of complex operations. All commercial versions are available as a one-time purchase with lifetime access to plugin updates. ( https://cff.dwbooster.com/download )

    Features of the Professional version:

    The commercial plugin versions are one-time purchase with lifetime access to plugin updates ( https://cff.dwbooster.com/download )

    • Includes all the features of the free version of the plugin.
    • Submit the data collected by the forms and store it on the website for review.
    • Send confirmation emails to the users with the data collected by the form.
    • Integrate the form with PayPal and Stripe. Dynamically compute the charge amount using a calculated field.
      Payments allow SCA (strong customer authentication), compatible with the new payment services (PSD 2) – Directive (EU).
    • Export and import forms between different WordPress sites.
    • Different mechanisms to protect forms, such as captcha, WordPress nonces, and honeypot fields.
    • Associate “Thank You” page with the form, where you can show a summary of the form’s submission.
    • Dashboard widget to show the last week’s submissions.
    • Cache the forms to increase the rendering speed.
    • Export the information submitted by the forms to a CSV file and use it with third-party tools such as Excel, OpenOffice, LibreOffice, or any other spreadsheet editor.

    Features of the Developer version:


    Includes add-ons to extend the form features and make use of third-party plugins and external services

    Features of the Platinum version:

    • Includes all the features of free, Professional, and Developer versions of the plugin.

    Extending features add-ons

    • CSV Generator add-on: Exports form data to CSV files and attaches them to notification emails.
    • PDF Generator add-on: Creates PDF documents from form data and includes them in notification emails.
    • Signature add-on: Converts fields into signature fields so users can sign using a mouse or touchscreen.
    • Unique Fields Values add-on: Ensures users enter values that haven’t been used in previous submissions.
    • iCal add-on: Sends iCal attachments in emails for importing events into Google Calendar, Outlook, and more.
    • Upload Files add-on: Saves uploaded files to the WordPress media library and supports additional file types.

    Payment Gateways add-ons

    Integration with third-party services add-ons

    Integration with third-party plugins add-ons

    Below, some possible formulas are included as examples, but the possibilities are endless.

    • With simple mathematical operations:

      fieldname1 + fieldname2
      
      fieldname1 * fieldname2
      
      fieldname1 / fieldname2
      
      fieldname1 - fieldname2
      
      fieldname1 - fieldname2
      
    • With mathematical operations involving multiple fields and grouped fields:

      fieldname1 * (fieldname2 + fieldname3)
      
    • With rounding operations. Round the result to two decimal places:

      PREC(fieldname2 / fieldname3, 2)
      
    • There are infinite number of formulas that can be created using complex structures. For example, the following formula includes conditional statements:

      (function () {
      if (100 < fieldname3) return fieldname1 + fieldname2;
      if (fieldname3 <= 100) return fieldname1 * fieldname2;
      })();
      
    • For complex formulas/equations you must use the function format with return statement to return the result to the calculated field:

       (function () {
          var result = 0;
          /* Your code here */
          return result;
      }) ();
      

    Operations and operators to use in equations/formulas

    One of the “Calculated Fields Form” strengths is the ability to use any valid JavaScript code to implement the equations/formulas.

    However, the plugin includes a wide variety of operations and operators to simplify the development process.

    Mathematical Operations and Operators

    Conditional Operations

    Field Handling Operations

    Operations for interacting with external services

    Operations for handling URLs and query strings

    In addition to the operation modules listed above, the Developer and Platinum versions of the plugin include additional modules:

    Date Time Operations

    Financial Operations

    Distance and Travel Time Operations

    Operations to generate charts

    Create variables from parameters received by “GET” or “POST”, “SESSION” variables, or “COOKIES” to use in the equations

    The plugin includes the shortcode [CP_CALCULATED_FIELDS_VAR] to generate JavaScript variables from parameters received by “GET” or “POST”, “SESSION” variables, or “COOKIES”:

    [CP_CALCULATED_FIELDS_VAR name="..."]
    

    In the shortcode, you must replace the “…” symbols with the name of the parameter or variable. The variables are created as properties of the cff_var variable. For example, in the [CP_CALCULATED_FIELDS_VAR name=”my_var”] shortcode, you can access the variable value from the equations by using cff_var[‘my_var’], or cff_var.my_var

    For example:

    [CP_CALCULATED_FIELDS_VAR name="varname"]
    

    You can use the variables generated through the shortcode [CP_CALCULATED_FIELDS_VAR] in the formulas of the calculated fields: fieldname1*cff_var.varname

    The complete list of parameters accepted by the variables shortcode is available at the following link: CLICK HERE

    Complementary Plugins

    Odoo Contacts, Google Sheets Intergration, [WhatsApp Button], Xero Contacts, Zoho Leads, Zoom.us Meetings Integration, Data Collector, WooCommerce Products And Variations Prices, Multilanguage Forms, Progress Bar, Upload Files Path, QR Code Generator, Database Queries, Draft Form Data, Email Validator, Reminder Emails, Rich Text Editor, Submissions Removal, Use Limit, Fields Synchronization, RegExp Validation, Autocomplete Fields, Measurement Units Converter, Create Posts, Currency Exchange, hCaptcha and growing…

    Rate This Plugin

    Please Login to Rate this Plugin!

    Function

    Feature

    Support

    0 Votes
    Not Rated Yet

    Wordpress.org Stats

    Ratings4.9
    Votes937
    Downloads8,657,622
    Last Updated2 Days ago
    Published12 years ago

    Report Wrong Category!

    Do you think this Plugin belongs to another Category?

    What Category Should this Plugin belong to? *

    Reason *

    Create a Plugin List

    You need to be Logged in to Create a Plugin List.

    Submit A plugin

    You need to be logged in to submit a plugin.

    Help

    WPD is the unofficial online plugin directory of WordPress.

    An attempt has been made to list Only functional, active,efficient and up-to-date plugins.

    Categorized : Plugin are listed by category and subcategory based on functionality and uses. Here you can browse wordpress plugin from our neatly categorized plugin directory and sort the plugins by rating, votes, last updated and published and search plugins using tags.

    Search : Plugins can be searched by their functionality using multi-tag search and you can search plugins using their exact name although we are not ensuring Google like search accuracy.

    Create Plugin Lists : You will be able to create list of plugins and share them with Wordpress Community or you can keep them private and use them as a bookmarks.
    e.g. Plugins That I’ve Used on My Site, Best Event Management Plugins, Christmas Plugins etc.

    If you think certain awesome plugin is not in the directory then notify us through our Submit a Plugin page.

    Browsing the Plugin Directory

    Browse by Category

    In WPD, Plugins are categorized carefully. You can browse all the categories from the homepage or you can access the category lists from any page by clicking the button from the left of the website.


    Browse by Tags

    Each plugin listed in WPD is marked with useful tags. You can browse plugins by Tags from the All Tags page


    Searching in WPD

    Multi Tag Search

    You can search plugins using multiple tags. To perform a multi-tag search. Go to Homepage and then in the search field type any keywords or tags(comma separated) and then click on the search button. To search plugins from a selected category just select the category from the dropdown and type your tags.


    Searching a specific Plugin in WPD

    If you want to find a specific plugin in our directory, Go to Homepage and then select the "Search in Title" option. Then write the name of the plugin and click the search button to find the Plugin.


    Plugin Lists

    Whats a Plugin List

    Plugin Lists are user created lists of plugins. Any registered users can create Plugin Lists and share it with anyone or make it private.


    Why Create a plugin List?
    • Easy to keep track of your favourite and useful plugin.

    • Share list of plugins on blogs, social media or to a client.

    • Keep a track of what plugins you installed in which of your blogs by creating a list for each blog



    Creating a Plugin List

    To create a Plugin List, click the button from the left of the page; a popup box will appear. In the "List Name" field, put the name of the List. eg: Best Seo plugins for your site.
    In the Description field, put a few words describing the List.
    By default, lists are automatically published as public, which is visible to everyone. If you do not want others to see the List, select "Private" from the dropdown list. Then click the "Create List" button to create the list.


    Adding Plugins to your List

    To add a plugin to your List, go to a plugin page and click the "Add to List" button. A popup box will appear where you can select in which of your list you want to add this plugin. You can add a note if you want, this note will appear below the plugin in your list.
    P.S: You can only add plugins that are in our directory.

    Your Lists will appear in our "Plugin Lists" page when you set the list as "Public" and your list contains atleast 2 plugins.


    Editing your Lists

    When you are on your list page, notice there is a button on the top right corner of the page. Click it to edit the List Name and the List Description.


    Accessing All your Lists

    You can access all your Plugin lists by going to your profile and clicking the "Lists" tab.


    Removing your Lists

    You can remove your Plugin lists by going to your profile and clicking the "Lists" tab. on top right of each list click the button to remove the list completely.

    While tremendous effort has been put to keep this directory precise and complete, still errors and omissions are unavoidable and possible. We welcome any suggestions for corrections, deletions, and idea that might improve the overall experience.

    To submit a Feedback click the from the bottom right corner of the site.

    Brave Popup Builder
    Our Latest WordPress Plugin
    Create Awesome WordPress Popups with Intuitive visual Editor. Choose from hundreds of Presets. Create Beautiful Popups and convert more visitors to subscribers, clients and customers.
    This Popup was Built with this plugin.
    Marketing knowledge
    Upgrade your
    Leverage agile frameworks to provide a robust synopsis for high overviews.
    Register or log in to assess the record