Changelogs

v2.3.0

Released on February 2, 2022

Share on

  • New: Counter Field for Elementor Pro Form

    The Counter Field for Elementor Pro Form is useful in many use cases: when you need a unique successive ID for the form submission, when you want to keep track of the number of submissions received, but also to get the sum of the values of a specific field (for example sold tickets to an Event).

  • New: Max Submissions for Elementor Pro Form

    Using it together with “Counter Field for Elementor Pro Form” you can set a maximum limit after which the form can no longer accept submissions. For example, with Counter Field you can keep track of the number of people registered for your webinar and when you reach 50 people the form will not accept any more requests.

  • New: Conditional Mailchimp for Elementor Pro Form

    You can let the form execute the Mailchimp action only when specified conditions are satisfied.

  • New: Conditional Active Campaign for Elementor Pro Form

    You can let the form execute the Active Campaign action only when specified conditions are satisfied.

  • New: Conditional Webhook for Elementor Pro Form

    You can let the form execute the Webhook action only when specified conditions are satisfied.

  • New: Dynamic Tag - Favorites

    Through this Dynamic Tag you can easily retrieve the current user's list of favorites, created with the 'Add to Favorites' widget. You can for example insert it into a Select or Textarea field to have the favorites displayed in a form and sent by Dynamic Email or insert them into a PDF with PDF Generator.

  • New: Dynamic Tag - Woo Wishlist

    Through this Dynamic Tag you can easily retrieve the current user's WooCommerce product wishlist, created with the 'Woo Wishlist' widget. You can for example insert it into a Select or Textarea field to display the wishlist in a form and send it via Dynamic Email or insert it into a PDF with PDF Generator.

  • Tweak: rollback versions are now provided by our servers

    You will now be able to roll back to previous versions. The request is made directly to our servers.

  • Tweak: speed up Conditional Fields evaluation in the browser

    We have improved the execution times of Conditional Fields. The improvements might not be observable in all situations. For the technical details: we have added cache to the parsing of the expressions and other improvements for the case when many Amount fields are present in the same form.

  • Tweak: now it's possible to deactivate the license from your dashboard on shop.dynamic.ooo

    You can remotely deactivate a license via your order area at shop.dynamic.ooo

  • Tweak: recoded WYSIWYG Field for Elementor Pro Form, and now it's a field that permits insert safe HTML. Before it completely removed HTML

    We have rewritten the WYSIWYG code and it now allows the field to be saved correctly with secure HTML content. Previously all HTML code was incorrectly removed and therefore the correct result was not saved.

  • Tweak: setting a constant DCE_REMOVE_ALL_DATA, you can remove all data on uninstall

    By setting the constant DCE_REMOVE_ALL_DATA in your WordPress installation, you have the option of removing all plugin installation data on uninstallation.

  • Tweak: on Dynamic Posts, add an Automatic Excerpt option in the Content Item

    Now you can choose whether the Amount field should update during each input or when any value changes.

  • Tweak: Amount for Elementor Pro Form, add option to update the amount on either input or change

    Now you can choose whether the Amount field should update during each input or when any value changes.

  • Fix: prevent security issue

    Fix: prevent security issue

  • Minor fixes

    Minor fixes