Here is the changelog:
3.3.4
– ADD: Eye-icon for password field
– ADD: Gap controls for Checkbox / Radio fields (props @stijnvanouplines)
– ADD: PHP actions jet-form-builder/before-field & jet-form-builder/after-field (props @stijnvanouplines)
– ADD: Style controls for disabled Next Button
– FIX: Advanced validation compatibility with Map Field
– FIX: When returned to the form page, the Calculated values of the fields were not updated
– FIX: The option to manage WP nonce was not in the correct state when creating a new form
– FIX: Error in the database when trying to send a form on a page without the current post
– FIX: Compatibility with JetBooking & Calculated Field
3.3.3.1
– Tweak: banner for admin-pages
3.3.3
– UPD: The Update Post action will fail if you try to change the post type. Use this filter to allow post type change:
add_filter( ‘jet-form-builder/action/insert-post/allow-change-post-type’, ‘__return_true’ );
– UPD: When you activate the plugin for new sites, the following options will be updated:
Disable Next button => disabled, Scroll to the top on page change => enabled, Automatic focus => enabled
– ADD: Added missing size units & responsive controls for the JetForm Elementor widget
(props @stijnvanouplines)
– FIX: Ignoring “0” as default, minimum, and maximum attributes
– FIX: Automatic page transition failed if the trigger field was inside a conditional block that disappears
from the tree DOM.
– FIX: Correct apply changes in daterangepicker on change value (jet-booking compatibility)
– FIX: Form generation via AI on local servers
– FIX: Captcha in a listing grid / query loop does not work correctly
3.3.2
– FIX: Use macros in Send Email when verifying a submission or processing a gateway.
– FIX: Apply advanced validation for optional field
– Tweak: Support for old namespaces for Radio, Select, Checkbox classes
3.3.1
– ADD: Implementing rich content using the “jet-form-builder/rich-content” filter. It supports shortcodes, macros with
field names (usually used in action settings) and dynamic preset (JSON-style)
– ADD: Many block attributes support rich content now. And also some settings in actions and notifications about
the result of the form execution.
– UPD: Improve internal API for field (Select, Radio, Checkbox) options.
Added jet-form-builder/option-query/set-in-block hook.
– FIX: aria-required attribute in Advanced Choices Field
– FIX: Accessibility Improvements for several fields
– FIX: Default validation with the Repeater Field
– FIX: “Labels” font styles replace “Heading” font styles in JetFormBuilder widget (Bricks)
– FIX: Switcher style is broken in JetFormBuilder widget (Bricks)
– FIX: Select field on mobile, select arrow is on the wrong side RTL