Legacy markup could not be deactivated recently

Hi Community,

I cannot deactivate the legacy markup in the form settings. Does anyone else have this problem? I have deactivated all plugins according to the exclusion principle (except for Gravity Forms), updated the permalinks and there are no complaints in the system report. My PHP version is 8.3 and Gravity Forms is also up to date with version 2.9.2.3. I was able to deactivate the legacy markup on some websites and the button is missing on many of them. The websites are all on the same server. I have around 400 websites. When I create a new form, I can arrange the fields. But not with existing forms. I can’t possibly recreate over 400 forms. ^^

I hope that someone here can give me the essential tip. <3

Cheers

Same problem…
Would be nice if the solution could be published here, saves time for the support team.

Got this answer from support:
It seems that something on the site, a plugin or custom code in the theme may be hiding the setting. Please add the following to the site in order to expose the setting again:

add_filter( ‘gform_show_legacy_markup_setting’, ‘__return_true’, 15 );

You can then disable legacy markup for the form.

I added the code to functions.php and it works for me.

1 Like

This topic was automatically closed 24 hours after the last reply. New replies are no longer allowed.