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: New Code TAB to change raw form code, can also be used to export/import forms quickly
Added: Option to conditionally make fields "Readonly/Disabled" with use of columns and conditional logic
Added: Sub option for Validation > Not empty to conditionally make a field required based on other fields values Allow field to be empty > Yes, but not if the following conditions are met, otherwise field is allowed to be left empty, and can be skipped by the user
Added: !! Not contains method for: Conditional logic, Conditional variables and Conditional validations
Added: Option for autosuggest to sort items by menu order
Added: Option for autosuggest to sort items by price for WooCommerce products
Added: Option for autosuggest feature to search WooCommerce products by both title and SKU
Added: Option to optionally display Prev/Next arrows for TABs element
Added: Compatibility for {tags} usage on Accordion title and description
Fix: File upload elements always throwing alert in the builder that the form has Duplicate field names
Fix: Bug with TAB/Accordion element inside Dynamic Column in combination with "Save form progress"
Fix: Bug with advanced tag {field;label} not populated correctly for radio/checkbox/dropdown items upon page load
Fix: Bug with Google Address Autocomplete and Distance Calculation sometimes parsing wrong address
Fix: Signature wasn't being displayed due esc_attr() function, replaced it with esc_url() and add data as an excluded protocol
this was caused after Envato requirements update
Fix: E-mail foreach loops on HTML element not working with Text field with keyword feature enabled
Fix: JS error related to HTML element that has conditional logic and put inside a dynamic column
Fix: Export/Import missing translation languages
Fix: Text field with Enable keyword field in dynamic columns causing javascript error
Fix: Masked input in combination with Uppercase transformation was not working
Improved: Prevent from going to next/prev TAB via keyboard input <, > keys when a field is focussed
Improved: Only allow number input for Quantity field
Improved: JavaScript code optimization
Improved: Contact Entry Search feature for Text field to better populate form with all the data
Improved: Signature Add-on - when using Contact Entry Search the signature will be redrawn based on the entry data
Improved: Print Contact Entries will now display Images with the following file types jpeg, jpg, gif, png