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
New: Added frm_js_location hook for saving the combined javascript file in a different location
New: Added frm_include_field_in_content hook for excluding fields in the default email message
Tweak: Process shortcodes inside the validation messages
Tweak: Reduce page load time by not autoloading the saved styling from the database. In most cases, this data is saved in the CSS file, and doesn't need to be retrieved from the database.
Fix: The Invisible reCaptcha wasn't being validated correctly when the Pro version was not running.
Fix: Run the server-side validation on a number field that uses 0 for the minimum value. This was being skipped.
Fix: Show the label above a dropdown field if the label position is set to inside since dropdown placeholders are not yet supported. Plus, don't show the Inside label position option for any fields that don't allow placeholders.
Fix: If there is an error during a database update, make sure it can try again in the future
Fix: Prevent more conflicts with Divi when editing some posts with forms
Fix: Fields without CSS grids were not aligning correctly with left, right, or inline labels