You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Added: Super Forms Widget for Elementor plugin. You are now no longer allowed to use a Text widget to render your forms. Instead you must either use the native Super Forms Widget or the build in Shortcode Widget of Elementor (if you don't an error will be shown)
Added:PayPal Add-on - option to conditionally checkout to PayPal, this allows you to optionally let the user pay via PayPal
Added: Option for Dropdown element to choose a Filter logic between Contains or Starts with (from left to right) so that when a user starts typing it either filters from the beginning of the string instead of doing a global search. This is useful for filtering countries, because you would want the user to jump to Switzerland when typing Sw and not to Botswana.
Fixed: {tags} where no longer working on custom URL for Button element due to usage of esc_url()
Fixed:Form settings > Prevent submitting form on pressing "Enter" keyboard button was no longer working
Fixed: W3C validation errors
Fixed: JavaScript error with dropdown filter
Fixed: Issue with Allow field to be empty not taking effect in combination with for instance Website validation method
Fix: Currency field with decimal (precision) set to 0 would return value in cents, 1 would become 0.01 instead
Fix: JavaScript error in Elementor builder interface
Fix: Hidden field could not have a default value of 0 due to the usage of the empty() PHP function
Fix:MailChimp Add-on - when displaying Groups/Interests loop over all groups instead of just one
Fix: Filter users by role(s) for retrieve method Users (wp_users) was not working
Fix: JavaScript error due to new localization feature on datepicker
Fix: Issue with multi-part Next button inheritting the action from the form Submit button causing possible action to become Clear or Print instead of going to next multi-part section
Fix: Bug with datepicker settings not being applied due to name mismatch/typo e.g Show week numbers was always shown even when not enabled
Fix: Remove padding for inactive TAB items for for TAB element with location set to: Vertical tabs
Fix:Popup Add-on updated GSAP to v3.2.4 (solves conflict with Avada theme)
Fix: Conflicting Conditional Variable with Conditional Logic causing the items to not properly being saved for the Text element
Improved: Radio/Checkbox Label vertical alignment for long text/html
Improved: Allow user to go to previous step in multi-part when Check for errors before going to next step is enabled.
Improved: When reading CSV file make sure to remove BOM (Byte order mark)