Creating my first form…
When I click on save, it perpetually says “saving” with a circle that keeps on circling in perpetuity.
Any thoughts on what I can do to resolve this?
Thanks!
JG
Creating my first form…
When I click on save, it perpetually says “saving” with a circle that keeps on circling in perpetuity.
Any thoughts on what I can do to resolve this?
Thanks!
JG
Hi Jeff,
Please enable the WordPress debug log. This will allow us to see if any PHP errors are being produced.
wp-config.php
and insert the following lines:define( 'WP_DEBUG', true);
define( 'WP_DEBUG_LOG', true);
define( 'WP_DEBUG_DISPLAY', false);
/wp-content/debug.log
https://codex.wordpress.org/Debugging_in_WordPress
Thank you
This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.