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
Changed: Countries dropdown element will no longer use the contries.txt to retrieve items, instead you can now use the Custom items method to change the list. This was not possible with coutries.txt when updating super forms changes would be lost.
Fix: Make sure the Default value for Rating element is of type int.
Fix: Bug with Dynamic Columns in combination with Retrieve form data from users last submission upon adding a new dynamic column the Default value would be incorrect.
Fix: Bug with Signature Add-on and Color picker not initializing upon dragging it on the canvas (due to Envato rules ¯\_(ツ)_/¯)
Fix: Bug with checkbox/radio items not being updated upon "Update Element"
Removed: Skype element, API doesn't exist anymore
Added: Data Storage section in documentation describing where specific data being stored by super forms
Added: Option to load list into radio/checkbox/dropdown based on custom meta data field of the current post
Improved: Rephrased "Current page, post or profile author meta data" to "Current author meta data"
Temp: temporary disabling nonce check because it is causing a lot of problems with websites that are caching their pages.
Fix: Textarea not populating with Entry data
Fix: Allow email addresses to contain a "+" symbol
Fix: When no variable conditions where met, do not empty the field, but rather keep the value it currently has (this makes sure it won't conflict with ?contact_entry_id=XXXX when form was populated with entry data or possibly other data that was set via a GET parameter)
Fix: issue with default radio button option and conditional logic on page load not affected
Fix: Missing arguments for generate_random_code()
Fix: Bug when both Autosuggest and Keyword is enabled for Text field