ez Form Calculator - WordPress plugin 2.14.1.2

Download ez Form Calculator - WordPress plugin 2.14.1.2 from nulled fire. ez Form Calculator is an intuitive multi-purpose form creator for WordPress.
* Added: custom content can be added to the summary function. Placeholders will be replaced by the submitted values
* Added: form loading text: show a loading text before the form is loaded. This option can be changed in the global settings > customization section.
* Added: shortcodes can be used in PDF content
* Added: options can be manually sorted via drag’n’ drop now
* Added: vertical slider for numbers elements
* Added: condition selected_index (selected option index for dropdown / radio / checkbox elements)
* Added: conditional value __self__ (sets the target value to the current element’s value)
* Added: quick-add conditional rows for each option (relevant for dropdown / radio / checkbox elements)
* Added: form loading indicator (can be toggled in the global settings)
* Added: total price prefix / suffix option
* Added: daterange_single for daterange elements: useful if you want to calculate the number of days from a specified date. Use the placeholder __today__ in the value field to set today’s date (datepicker and daterange element only).
* Added: trailing zeros price format, e.g.: 13,00 –> 13,-
* Added: custom css for each form (styling section)
* Added: value_attribute gets the value of the current WC product attribute
* Added: sqrt math operator
* Added: elements can be added to current form in the backend (action bar)
* Added: values from ACF can be retrieved in the value element option via acf:valuename
* Improved: file uploads are now shown in a list and can be deleted by user interaction
* Improved. WC product price is now retrieved internally
* Fixed: custom form styling is now loaded correctly
* Fixed: available days for datepicker element + blocked days
* Fixed: MailChimp integration
* Fixed: conditional chain target was sometimes lost upon saving or exporting forms
* Fixed: calculation priority was sometimes lost upon saving
* Fixed: email verification in backend email recipients was wrong (i.e. multiple emails were checked incorrectly)
* Fixed: calculation with custom JS element was wrong when it was hidden
* Fixed: expanded group toggle
* Fixed: WC edit link
* Fixed: Stripe payment dialog layout
* Fixed: division by 0 returned nothing instead of 0 value
* Fixed: CSS styling for long option labels
* Fixed: date / time placeholder now retrieves their values from WordPress settings
* Fixed: backend import dialog
* Added: PDF page break placeholder {{page_break}}
* Fixed: submit message didn't show sometimes
* Fixed: chart fix
* Fixed: discount percent calculation
* Fixed: pips had no effect when clicked
* Other: ezfc_form_id text on WC checkout removed
* Other: updated to dompdf v0.8.0
* Added: forwarded values now contain the price as well as the formatted price (params: price and price_f)
* Added: random values can be set in the value element option with __rand__
* Added: required elements which are hidden in groups will now be revealed automatically if they failed to validate
* Changed: duplicated elements will now be put below the selected element
* Fixed: date range element restricted maxdate falsely
* Fixed: register license page
* Fixed: price request
* Fixed: payments didn't work properly sometimes
* Fixed: backend colorpicker
* Fixed: multiple custom JS elements had the same function name on certain servers
* Fixed: css classes weren't included properly for step elements
* Fixed: listen for external values didn't work properly sometimes