Version 1.1 breaks Gravity Forms with redirect confirmation
-
I reproduced this with a blank WordPress 6.7.1, Gravity Forms 2.9.1.1 and Fathom Analytics Conversions 1.1.
The reason is the newly added filter
add_filter( 'gform_confirmation', [ $this, 'fac_gform_confirmation' ], 10, 2 );
. It does not consider that the first argument for the callback will be an array if the confirmation is set to redirect.
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- You must be logged in to reply to this topic.