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
This commit was created on GitHub.com and signed with GitHub’s verified signature.
New: A new onboarding wizard has been added to help improve the initial set up process.
New: Submit buttons can now be dragged in the form builder like a field. The submit button may be dragged into the last row beside fields.
New: data-invmsg and data-reqmsg HTML attributes used for JS error validation are no longer included for hidden fields by default to help reduce the amount of HTML required for a form. A new frm_field_validation_include_data_attributes filter has been added to modify the default behaviour.
Fix: A fatal error would occur on the visual styler page if the API request for style templates had failed.
Fix: The shortcode list has been updated for calculation field options so field IDs are now still visible for fields with long names.
Fix: The sortable indicators were missing for the forms and entries list pages. The accessibility of the sorting indicators has also been improved.
Fix: A confirmation field wouldn't validate with JS when left empty.
Fix: Tooltips will be deleted now after an action is deleted to fix an issue with old floating tooltips.