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
  • Zapier integration
  • Prepared plugin for distance calculation extension
  • WooCommerce: cart items number can be updated with a CSS selector
  • HTML element encoding option
Changed
  • Deprecated ReCaptcha lib removed
  • Shortcode performance improved
Fixed
  • PayPal payment was not successful if the total contained more than 2 decimal characters. The total will be rounded to prevent this.
  • Email subject removes backslashes correctly
  • Image element fix
  • Countable notification fix
Added
  • Label in result table can be set to use the element’s name, label or use a custom label
  • Images in Table Order elements can be added
  • More show_in_email possibilities added:
    • Show in email if visible: element will be shown in result table if element is visible in the frontend
    • Show in email if visible and not empty: same as above and element has any value
    • Show in email if visible and not empty and not zero: same as above and element has any value except 0
  • Password element double check added
  • Several element options for Custom JS element added:
    • custom_calculation_function_name: Function name of the custom calculation code. By default, the function name is randomly generated.
    • custom_calculation_function_safe: Only call the custom calculation function if the custom name doesn’t exist in order to prevent overriding existing functions.
    • custom_calculation_function_external: Call an external JS function with the given name (only if it’s a callable function)
    • custom_calculation_init_js: JS code that will only be called on startup.
    • custom_calculation_init_add: Add the custom init JS code
Changed
  • Updated to dompdf v0.8.3
Fixed
  • Fixed responsive issues with Table Order element
  • Empty values in Table Order element fixed
  • Fixed slider values weren’t used correctly
  • Form didn’t save when the form name exceeded max char length in database
  • Show zero value in frontend fixed
  • Compatibility for Discount Codes extension
  • Set element trigger fixed
  • Shortcode frontend load optimized
  • Quote in email sender name fixed
  • Redirect timer fixed
  • Calculate notice message fixed
Added
  • Calculate activated/deactivated conditional check added
  • Set image URL to image elements conditionally
  • Minimum length for password element added
  • Live summary text before/after summary table
  • Keep values after reset option for all input elements
  • ‘Show zero value’ form option added: if this option is enabled, all elements with element option is_number set to ‘Yes’ will show the number ‘0’ for zero values
  • Show success text duration added
  • Remove icon button added
  • Hooks & actions
    • File upload
      • action ezfc_fileupload_before($file)
      • action ezfc_fileupload_after($return_array)
      • filter ezfc_mime_types($mime_types)
Changed
  • Summary options moved to separate section in the form options
Fixed
  • Payment selection fixed
  • Fixed warning message: Warning: count(): Parameter must be an array or an object that implements Countable
  • Unable to save duplicated elements fixed
  • Table order element is now formatted properly in the frontend
  • Check for discount value fixed
  • Preselect values fixed
  • Matrix options weren’t imported/duplicated correctly
  • Subtotal elements didn’t show the real value sometimes
  • Get calculated value fixed
  • Work days calculation fixed
  • CSV download fixed
  • Price wasn’t properly formatted in the frontend sometimes
  • Style enqueue fixed