Hello,
We are using a filter for our classic gravity forms to ensure our older gravity forms appear after some code updates to the Pro theme.
add_filter(‘cs_classic_gravity_forms_select_a_form_placeholder’, ‘__return_false’);
We recently upgraded to PHP 8.3 and the filter is causing php null notices for sites that don’t use the classic gravity forms. Here are the notices:
Warning: Undefined array key 0 in /code/web/app/themes/pro/cornerstone/includes/elements/classic/_alternate/gravity-forms.php on line 57
Warning: Trying to access array offset on null in /code/web/app/themes/pro/cornerstone/includes/elements/classic/_alternate/gravity-forms.php on line 57
Can we get a fix for PHP 8.3 strict handling of null? Do we still need the filter to ensure the sites with older gravity forms still appear?
Hope this finds you well,
Catherine