Hello,
Thanks for the details.
These warnings don’t seem related to ACF Extended. Do you also see them when navigating on your website or the admin?
I would recommend to migrate your website on a development environment, and debug them individually. Those might be what cause the issue, but I can’t guarantee it since it looks more related to your WP install/configuration/installed plugins.
To stay focused on the form issue, I would recommend to create a new “Test Form” with no action. Create a “Test Field Group” with one single “Text” field, and use it in the “Test Form”. Display that “Test Form” on a “Test Page”, and try to submit the form, see if the blank page show up again.
– If the blank page is still there on the “Test Form”, then it means you have some issue with a third party plugin/custom code. I would recommend to try to disable all your plugins one-by-one (at the exception of ACF Pro & ACF Extended) until you find which one cause the issue.
If the problem persists, I would suggest switch to the native WP Twenty Twenty Two theme, to make sure you don’t have any custom code in your theme that would break the feature.
– If the blank page is gone on the “Test Form”, then it means you have some issue with a ACF field/Form Action. Try to create the same action in the “Test Form” like in the bugged form, and add new fields to your “Test Field Group” just like in your bugged form field group, until you find which element cause the blank page to show up again.
Indeed, in all cases, keep an eye on the debug log during the debug process, as you might see new entries in there.
Regards.