Support

Account

Home Forums Front-end Issues Blank/white page after submitting large acf_form Reply To: Blank/white page after submitting large acf_form

  • Gotcha, I didn’t think I was the first person to come across this issue! The form has a repeater with 5 fields for each row so that wouldn’t help one bit.

    All the form data is being saved even if the user get a blank screen so that’s good.

    Would an AJAX submission of the form save the user from seeing the blank screen? Would the browser wait longer than 30 seconds to get a response from an AJAX request? At least then we can show the user a loading/progress bar saying something along the lines of “your entry is being saved, do not close this browser window” and then redirect once the save is complete?