For example, many of the GF filters issued for replacing and/or hiding button spinners no longer work. This has rendered our forms completely unusable plus visitors cannot submit our forms.
Two things:
How can we downgrade Gravity Forms to its previous revision, 2.8.18, without pulling up one of our site back-ups? You guys should carefully evaluate and implement a new system for rolling back plugin revisions same as offered by Rank Math SEO. Their rollback system is flawless and temporarily helps correct issues that can be further debugged and fixed.
We noticed that Gravity Forms 2.9.0.1 – which may fix those issues – is in work. When can we expect the revision to be released?
The gform_review_page filter is working with Gravity Forms 2.9 on our test sites.
The product team are aware of the issue with the submit button code snippet. It will be fixed in 2.9.1. You can actually fix it now by updating the code snippet to use the approach found here: gform_submit_button - Gravity Forms Documentation
The Gravity Wiz code snippet for the spinner is not currently compatible with Gravity Forms 2.9. It is targetting an img element. Gravity Forms now uses a span element and CSS for the spinner. You’ll need to update the code snippet to target that instead, e.g.
You’ll need to report that issue to the add-on developer. 2.9 beta and release candidate versions have been available for the past few months, so they’ve had time to test for compatibility with it.
IMPORTANT: The other filter labeled “The following approach works with all versions of WordPress:” does not work with GF 2.9.0. Verified. You may want to look into this.
We applied the following filter (new) for the “Next” button: