I’m having an issue with Pro Forms on BricksForge: when I fill out all fields and click “Submit,” the form keeps loading indefinitely.
In the browser console, I see the following error:
VM330:1 Uncaught (in promise) SyntaxError: Failed to execute ‘json’ on ‘Response’: Unexpected end of JSON input
at BrfProForms.runRequests (eaa3a45……?ver=2ac93:1:114469)
at async eaa3a45……?ver=2ac93:1:132571
Has anyone encountered this error and knows how to fix it?
Can you post a copy of your System Information from going to the backend in Wordpress > Bricks > System Information: and then pasting that here so we can see everything you’ve got installed and your configuration.
It’s strange that you can’t find any PHP errors. Normally, with such an error, there should be PHP errors. Could you take a closer look—maybe you searched for the wrong place? Otherwise, you could also check if you have WP_DEBUG enabled in your wp-config.php. If so, disable it and try submitting the form again.