Hello,
I recently migrated my website to the new server. But now, when I preview or add the old forms, it all comes blank. But everything works fine when I create a new form and link it.
Does anyone else have this issue?
Thanks
Ryan
Hello,
I recently migrated my website to the new server. But now, when I preview or add the old forms, it all comes blank. But everything works fine when I create a new form and link it.
Does anyone else have this issue?
Thanks
Ryan
Hey Ryan,
Please enable the WordPress debug log. This will allow us to see if any PHP errors are being produced.
define( 'WP_DEBUG', true);
define( 'WP_DEBUG_LOG', true);
define( 'WP_DEBUG_DISPLAY', false);
https://codex.wordpress.org/Debugging_in_WordPress
Give it a shot, and let me know how it works! I’m looking forward to hearing back from you.
Best Regards
Faisal
This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.