Added: Can now add custom classes to form added to a page. Either via [form id=”10″ class=”custom-class”] or in the “Misc” section when adding the form through Ether Content Builder
Fixed: Declaration of ether_form_divider_widget::widget() should be compatible with ether_form_widget::widget($widget, $input = Array, $errors = Array) in /wp-content/plugins/ether-forms/modules/form-widget.php on line 2049
Fixed: Misc Errors when browsing form entries via WP admin
Fixed: Non-Form elements such as Message boxes, images etc won’t show up anymore in the Form Entry when browsing entries via WP admin
Fixed: Non-static method ether_form::get_entry() should not be called statically in wp-content/plugins/ether-forms/modules/form.php on line 1255
Updated: user roles to user capabilities in scripts utilising specific WP functions
Added: Admin: Main editor: Required marker for required fields
Updated: Admin: Form options; Vertical size of textarea fields. This option is available for change both globally in Ether > Forms and directly for text area widget when editing a specific form
Updated: ether.js core update for dynamic label (admin)
Added: All widgets can be now made dependent on conditional fields. (Meaning you can toggle the visibility of classic widgets such as headings and messages the same way as you would for form element widgets)
Added: Divider Widget live preview
Added: Form Option: Validation messages style in Form > General options when editing a form
Added: Main editor css styles minor adjustments
Added: Row/Column widgets can be also made dependent on conditional fields the same way the classic & form element widgets
Added: Support for optional multiple selections for the select widget element
Added: Toggle widget visibility button in the widget toolbar in the main editor view
Added: Widget: Generic Container: can be using for grouping widgets together without imposing any additional styling to the front-end
Fixed: Heading Widget displaying title twice in main editor view
Fixed: Styles of Validation error messages that appear on form submit when the form isn\’t filled in properly
Fixed: Widget edit metabox disappearing when hide this widget option is on and mouse pointer goes out of the metabox bounds