Contents
Create a universe of forms with ez Form Calculator for WordPress
Contents
This page will explain how the calculation system works in ez Form Calculator for WordPress. The plugin allows you to add element values, subtract, multiply, divide and many more math operations with ease.
Create conditional WordPress forms with the conditional system of ez Form Calculator.
Retrieve Values From the Same Page It is possible to get the value from an element outside of the actual form. In order to do this, we need an input element with an individual selector like an ID or a class: <input id=”coffee” class=”class-coffee” type=”text” value=”100″ /> The input field’s ID is coffee, so the…
PayPal Integration with ez Form Calculator for WordPress Receive PayPal payments directly from your WordPress site with the plugin. You can create donation forms, product order forms, calculated fields forms, Excel-like table forms, pricing tables and many more. Log in to your WordPress admin site In the ez Form Calculator menu, go to the Global…
With ez Form calculator, it is possible to add custom forms with dynamic pricing to WordPress sites using WooCommerce. With the help of conditional logic and calculation fields, you can create diverse WooCommerce forms. WooCommerce Forms Integration In order to integrate ez Form Calculator with WooCommerce, you can do one of the following options: Forms…
1 – Update via Registered License (recommended) Before updating, please backup your database or export your forms on the “Import / Export” page If you haven’t registered the plugin with your site, please find your purchase code first and enter your code on the “Licensing” page. Go to the Plugins page and click on “update now”…
Action Hooks You can perform custom PHP functions before and after a submission was added. PHP example: add_action(“ezfc_after_submission”, “my_custom_function”, 0, 4); function my_custom_function($submission_id, $total_price, $user_mail, $form_id) { // do some custom code with these params } Params: /** * hook: before submission * @param int $form_id ID of this form **/ do_action(“ezfc_before_submission”, $form_id); /** *…
Installation First, log in to your WordPress admin panel and head over to the Plugins section. Click on “Install” » “Upload” and select the downloaded zip-file to install. After the installation was successful, you should see a new entry labeled “Discount Codes” in section “EZ Form Calculator”. Add Discount Codes In order to add coupons, you need…
Add Form to Page In order to add a form to your page, you can use the following shortcode along with the form ID: [ezfc id="1" /] Alternatively, you can add a form via its name like this: [ezfc name="Form name" /] Conditional Shortcode Content The conditional shortcode performs a conditional operation and checks the…
Change the PDF styling with custom CSS styles.
Integrate Google Conversion Code into form submissions in a few steps. Add tracking events to your WordPress forms with ez Form Calculator.
In case your form needs to fill in the data of a logged-in user, you can use the user_* placeholders in the value option of an element.
Block email addresses in WordPress forms easily. With ez Form Calculator, you can block single email addresses or domains.
This page will explain how the calculation system works in ez Form Calculator for WordPress. The plugin allows you to add element values, subtract, multiply, divide and many more math operations with ease.
This article shows how math operators are used in the plugin.
Since v2.12, it is possible to have different calculations (or calculation routines) in a single element. This feature adds a more convenient way to handle multiple calculations. Before, the plugin was only able to handle multiple calculations in separate elements which might be overwhelming in a large form.
This page explains how you can change the currency symbol for a single form or for all existing forms.
The conditional system in ez Form Calculator for WordPress allows you to check for multiple conditions in other elements so you can create more complex forms.
This feature allows you to send WordPress Form emails to different email recipients depending on an element’s value (aka email routing). You can configure conditional email routing to all calculation elements.
Create conditional WordPress forms with the conditional system of ez Form Calculator.
With version 2.11.2.1, it is possible to connect form submissions to Zapier. This feature can be useful to send additional emails, update Google Spreadsheets and much more.
Custom filter to individualize your forms. Use custom PHP functions to check for input requirements.
Unique calculations can be created with the custom JS element.
Choose from a variety of Email and PDF design templates for your WordPress forms. A well-designed email or PDF file makes your website more professional. Easily choose a theme in the form options and you’re ready to go.
Use email placeholders to show form values in emails, summaries, PDF content and more.
In some forms, you might want to have required elements that are conditionally shown or hidden. If elements are hidden, then the required fields are not shown to the user so they can’t enter anything. In order to prevent this, you have to set the required elements to Condition hidden in the Hidden option: Click on…
In order to add email addresses to MailChimp lists, you need a MailChimp API key first. Generate the API key on the Mailchimp website, copy the key, go to Global Settings -> Other and find the option MailChimp API key. In the form editor, click on the Predefined section and add the Add to…
Use HTML in radio/checkbox options in order to add links, images or change the formatting.
You can import forms in two ways: upload a zip-file or paste text data. Both methods require that you import a single exported form. Please note that if you exported data via the Import / Export page, you can’t import them in the main page. In order to import a single form, please follow these…
Insert form submissions as post automatically.
This guide shows how to migrate from the free to the premium version.
This tutorial shows how to show elements in WordPress Form Emails conditionally.
This article shows how to configure ez Form Calculator to use Gmail’s SMTP server.
This quick how-to guide will show how to create a WordPress user after a form was submitted.
In v2.12.0.2, it will be possible to add individual day prices for the Date Range element. This is useful if you need to have different prices for a booking calculator.
It is possible to retrieve options for a checkbox, dropdown or radio element from an external JSON URL. This is useful to create dynamic options that change by day, for example. First, set the element option Options_source to JSON. The below input field must contain a valid JSON file. If the file isn’t a valid…
This article shows how to limit the number of form submissions.
Detailed lists of the conditional compare operators and conditional actions.
With ez Form Calculator, it is possible to create PDF files from WordPress form submissions with custom content. The generated PDF files can be saved and attached in emails. You can even use shortcodes in the PDF content.
With this template, you’re able to create a simple pizza order form for your WordPress website in minutes.
Create Popup Forms in WordPress With the release of version 2.11.0.0, you can create popup forms in ez Form Calculator. This is useful in different use cases, for example, if you don’t want to show the form directly to the users. This feature can be added to existing forms with just a few clicks. Add…
Create calculation forms in WordPress in minutes with this quick start guide.
Some elements contain the factor element option which is useful for many cases. With the help of the conditional action Set factor, you can change the factor of an element conditionally. The following form contains a radio element, a numbers element with the default factor set to 1 and the total price. When the value…
ez Form Calculator can be used to combine forms with WooCommerce products. With v2.13.0.4, it will be more comfortable to retrieve the product price and set the price as an element’s value or factor.
Hide the price in the form and show it in emails only.
Stripe.com payment gateway form example. Use the inbuilt Stripe payment gateway to receive payments via credit card directly through your form.
With ez Form Calculator Premium plugin for WordPress, it is possible to receive payments via Stripe directly.