Hi @solgudinde
Thank you for response!
It suggests that most likely there might be some issue with the code on your site. Often this may be just a little typo or a missing character but not necessarily.
Let’s try a bit different approach.
I understand you added the code as MU plugin, right? I mean – it’s a .php file in /wp-content/mu-plugins folder, correct?
Could you please enable debugging in WordPress and check if debugging log reports any errors related to this? Here’s how to do this:
1. Add following lines to the “wp-config.php” file of your site, right above the “/* That’s all, stop editing !*/” line:
define( 'WP_DEBUG', true );
define( 'WP_DEBUG_LOG', true );
define( 'WP_DEBUG_DISPLAY', false );
Note: please be very careful about adding them exactly as shared above.
2. Once they are there, try submitting forms again, just like you would normally do
3. Then check on your server if there’s a file “/wp-content/debug.log” there and if yes, look into it and see if you see any mentioned there of either Forminator or that custom code (mu pluglin) and let us know what are those mentions (errors).
Kind regards,
Adam