Home › Forums › Front-end Issues › Blank/white page after submitting large acf_form › Reply To: Blank/white page after submitting large acf_form
The issue is most likely that it is timing out. Every field that is submitted means up to 4 and sometimes more DB queries. I find this happening on my sites mostly when there are complex repeater or flexible content fields. But if you have enough fields it could potentially happen even without using these types of field. A browser will only wait for 30 seconds for a request to send a response then it times out and results in a blank page.
The process is still going on the server and everything will happen, but the user will not know it.
Unfortunately there is not easy fix and your best bet is to reduce the complexity of the form. Maybe provide more than one form, but I don’t know how that would work.
Welcome to the Advanced Custom Fields community forum.
Browse through ideas, snippets of code, questions and answers between fellow ACF users
Helping others is a great way to earn karma, gain badges and help ACF development!
We use cookies to offer you a better browsing experience, analyze site traffic and personalize content. Read about how we use cookies and how you can control them in our Privacy Policy. If you continue to use this site, you consent to our use of cookies.