Hi @yanezez ,
I hope you’re doing well and I’m sorry to see that you’re facing this issue.
Could you please go to your wp-config.php and find a line that looks like this?
define('WP_DEBUG', false);
And replace it with:
// Enable WP_DEBUG mode
define('WP_DEBUG', true);
// Enable Debug logging to the /wp-content/debug.log file
define('WP_DEBUG_LOG', true);
@ini_set( 'log_errors', 1 );
// Disable display of errors and warnings
define('WP_DEBUG_DISPLAY', false);
@ini_set('display_errors', 0);
define('FORMINATOR_DEBUG', true);
define('FORMINATOR_ADDON_DEBUG', true);
The last 2 defines are for Forminator, as you can see here – https://wpmudev.com/docs/wpmu-dev-plugins/forminator/#integrations-not-working
After doing this, please go to the form, try to submit it again and confirm if a debug.log is generated on your wp-content folder. If it’s created, please share it with us via Google Drive; keep in mind setting the share link to public before sharing it with us or using a service like pastebin.
I hope to hear back from you soon.
Best Regards,
Williams Valerio
Hi @yanezez ,
Since we haven’t heard from you for a while. I’ll mark this thread as resolved for now. Please feel free to re-open this thread if you need any further assistance.
Kind Regards,
Nithin