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
Fixed an issue where Gravity Forms checks if a schema upgrade is needed on every page load.
Fixed an issue where a choice with an empty label is selected by default when the field doesn't have a value.
Fixed an issue where a console error is thrown when the next button is clicked on a multi-page form that contains a payment field.
Fixed a fatal error that occurs on submission if modified state input value is an array.
Fixed a fatal error that occurs when the page query argument is an array. Credit: Automattic.
Fixed an issue where a fatal memory error can occur on the Form Settings page in some hosting environments when a large number of forms exist.
Fixed an issue where apostrophes in page names are sanitized incorrectly in Pagination Options.
Fixed an issue where aria attributes for the list field are not translating.
Fixed an issue where disabled image choice inputs are still able to be selected/unselected.
Fixed an issue where email fields in notification settings do not pass validation if merge tags are used.
Fixed an issue that prevents some options from being removed when going through the uninstall process.
Fixed an issue where raw HTML is displayed in the tooltip of the column selector icon on the entries page.
Fixed an issue where strings aren't translated on the block editor.
Fixed an issue where submit and paging buttons which include an onclick attribute with a value of gform.submission.handleButtonClick(this) are missing a trailing semicolon.
Fixed an issue where the Export Personal Data tool can export entries that are not associated with the user if a form was edited with the Gravity Forms CLI Add-On.
Fixed an issue where the Predefined Choices modal is not translated.
Fixed an issue where the database update process can causing a fatal error when the database does not need to be updated.
Fixed an issue where the default styles are output even when disabled from the global settings.
Fixed an issue where the {embed_url} and {referer} merge tags output the wrong values when the form is submitted using the new AJAX submission method.
Fixed an issue where wptexturize is causing extra curly quotes to be added to the textarea.
Fixed an issue with conditional logic when the default currency uses a comma as the decimal separator.
Fixed an issue on form submission that can prevent the honeypot and reCAPTCHA V3 from working correctly when the submit button has been customized.
Fixed an issue with the conditional logic field setting where multiple rules are added even though the + button was only clicked once.
Fixed an issue with the new AJAX functionality that causes the confirmation message to lose its styling in certain situations.
Fixed an issue on form submission that can prevent the honeypot and reCAPTCHA V3 from working correctly when the submit button has been customized.
AF: Fixed an issue where an undefined array key warning occurs if the gform_admin_pre_render filter is called in a context where a form is not available.
AF: Updated the Payment Add-On base class so that payment add-ons such as Stripe can enable payment status rules in the confirmation conditional logic.
AF: Updated the frontend feed data with extra relevant feed information that can be used by Payment Add-Ons.
API: Removed the following form Theme Framework global CSS API properties: --gf-ctrl-shadow-color-focus, --gf-ctrl-shadow-size-focus, --gf-ctrl-shadow-offset-color-focus, --gf-ctrl-shadow-offset-size-focus, --gf-ctrl-shadow-focus.
API: Updated the form Theme Framework to use box shadows instead of outlines for focus states for better accessibility.