- New: Field option data for conditional logic is now stored in memory and reused in order to significantly improve performance in the form builder for forms with a lot of conditional logic.
- New: A checkbox has been added when deleting all entries. By default, when deleting all entries, "Entry was successfully deleted" events would only trigger when a form has a post action. Now, when the form has no post action, the event will trigger when this checkbox is selected.
- New: Embedded fields can now be used in conditional logic for form actions.
- Fix: Styling issues have been fixed for Slim Select dropdowns with before/after input settings defined.
- Fix: Submit buttons were not displaying Update labels when editing an entry.
- Fix: JS validation for phone fields using the international format option would pass for incomplete numbers. Previously there were issues with false positive validation errors triggering before auto-formatting changes.
- Fix: Phone fields using the international format option were not initializing on multiple page forms with AJAX submit enabled.
- Fix: A conflict with Memberpress has been fixed that would trigger JavaScript errors when signing up on forms with phone fields when a Formidable form was also on the page.
- Fix: Pagination and submit button conditional logic settings would get unset after saving changes on the form settings page.
- Fix: The Application column on the forms and views list pages would still display when hidden based on screen options.
- Fix: A Uncaught TypeError: strpos PHP Fatal error on rich text field display for unexpected array values has been fixed.
- Fix: Filters would not work for [frm-stats] shortcodes when filtering with a field ID value between 1 and 10.
- Fix: Rootline settings were not saving properly when saving the form with AJAX is enabled.
- Fix: [frm-field-value] shortcodes were not working as expected for checkbox field default values.