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
API: Fixed an issue with the gform/post_render event being fired too early during an AJAX submission, which causes conflicts with certain add-ons.
Updated the default honeypot action from "Do not create an entry" to "Create an entry and mark it as spam".
Fixed an issue where the honeypot doesn't work with new Ajax.
API: Updated GFAPI::submit_form() to support an optional 6th param, $initiated_by, the process that initiated the submission. Supported integers are 1 (aka GFFormDisplay::SUBMISSION_INITIATED_BY_WEBFORM) or 2 (aka GFFormDisplay::SUBMISSION_INITIATED_BY_API). Defaults to GFFormDisplay::SUBMISSION_INITIATED_BY_API.
API: Updated the result returned by GFAPI::submit_form() to include the is_spam, confirmation_message, and confirmation_type properties when the form fails honeypot validation and it is configured to use the "Do not create an entry" action.
Fixed a PHP fatal error that occurs during background processing if another plugin includes an older version of WP_Async_Request that doesn't include maybe_wp_die().
Fixed a PHP fatal error that occurs in wp_date() for some PHP versions and timestamps during background processing if a batch has previously been attempted.
Fixed a 403 error that occurs when a background processor dispatch method is called during an admin-ajax.php request, such as the one used to process new Ajax enabled form submissions.
Gravity Forms v2.9.7.1 Changelog
Fixed an accessibility issue where the consent field description does not get keyboard focus.
Added a setting to disable the dashboard widget.
Fixed an issue that causes the field properties to be overwritten by defaults.
Gravity Forms v2.9.7 Changelog
Added the autocomplete attribute setting to Website field.
Fixed spacing and margin issues in the admin and help sections in RTL languages.
Fixed a PHP fatal error that occurs when the gform_form_switcher_forms filter returns an invalid value, or when a deleted form remains in the current users recent forms list.
Updated the minimum WordPress version (for support) on the System Status page to 6.7.
Removed trailing spaces from some translatable strings to improve translation.
AF: Fixed an issue where the placeholder attribute isn't rendered for text input fields in add-on feed settings. Credit: GravityKit team
AF: Updated the background processor to pause when a task encounters an error (e.g. external API rate limit), and resume later on the fallback cron job.
API: Added the submission type ("submission_type" property) to the result returned by an AJAX submission.
API: Fixed an issue where the conditional logic setting instructions property could not be overridden. Credit: GravityKit team