Hi @esther0708
Thank you for response!
Yes, this may indeed be some kind of conflict. To be honest, I doubt it’s purely styling as such conflicts rarely affect back-end (not that they are not happening at all, but are relatively rare).
Usually similar issue would rather be due to JS conflicts or something that causes ajax/PHP scripts to malfunction in certain ways.
It’s difficult to say for sure without seeing it and not being to replicate it but could you please try this?:
1. Enable WordPress debugging by adding following lines to the “wp-config.php” file of your site’s WordPress installation, right above the “/* That’s all, stop editing */” line there:
define( 'WP_DEBUG', true );
define( 'WP_DEBUG_DISPLAY', false );
define( 'WP_DEBUG_LOG', true );
2. Then go to “Forminator -> Submissions” page and open browser console
3. now reload the page a few times
4. and look at the browser console – are there any errors showing up and if yes, what are they (let us know)?
5. and then go to the “/wp-content/” folder on your server and check if a file “debug.log” appeared there; if yes, look into that file and see if there are any lines that include “Error” or “Fatal Error” in them (with date and time around the time you tested the submission page) and if yes – share those error lines with us.
Hopefully this will give us additional insights into the issue.
Best regards,
Adam