Hi @heldmar
It seems there’s some other/additional issue happening as well as the export that you shared is not correct – not only it’s incomplete but also starts with the noticed (which should not be there):
<br />
<b>Notice</b>: ob_clean(): failed to delete buffer. No buffer to delete in <b>/home/betacfns/public_html/wp-content/plugins/forminator/admin/abstracts/class-admin-module-edit-page.php</b> on line <b>792</b><br />
Most likely this particular notice doesn’t really indicate any real issues (other than breaking the export feature) and imply hiding Notice reporting in PHP would suffice.
If it comes to the form issue with reCaptcha:
– since you have disabled reCaptcha, I cannot see now what issues my colleague noticed (I tried to test with basic form and reCaptcha on my own test setup but no issues there)
– but usually in cases where it worked fine and suddenly stopped, it’s related to some other plugin(s) or 3rd-party scripts; most commonly it means there’s as conflict that only arose after some update (it may be Forminator but may as well be other plugin) or due to some changes made in asset (JS) optimization settings on site (if there is any such optimization used).
It would be best to perform a basic conflict test on site then. First, enable reCaptcha on the form again and disable all other plugins temporarily and switch site to use default theme. If the issue doesn’t happen anymore, it confirms such conflict so you’d need to enable your original theme back, test again and if it still works – start enabling plugins back one-by-one. At some point issue would start again and last enabled plugin would be the cause of the conflict. We’d take it from there.
Before doing that you can also try removing and actually disconnecting reCaptcha entirely, then configuring it again and testing the form after that (and after all cache has been purged). It would be a very rare case but it’s possible that something simply went wrong unexpectedly during update of the plugin.
Kind regards,
Adam