Home › Forums › General Issues › Update form leads to blank page › Reply To: Update form leads to blank page
Hello, I’m currently experiencing the same thing, I’m getting a blank screen after form update/ submission.
It was working fine until the latest version of WordPress and an upgrade to PHP 7.4.
Did you ever solve this problem?
My code to generate the form.
acf_form(array(
'id' => 'acf-form-quick',
'post_title' => false,
'post_content' => true,
'field_groups' => array('group_5a3824afd298b','group_5cb4e53b433ea','group_583f59f20ee1','group_5a38276e809f8','group_5a3827b18c5c0','group_57f6b7add6a3d'),
'submit_value' => __('Update Project', 'acf'),
'html_submit_button' => '<input type="submit" class="acf-button uk-button uk-button-primary btn3d uk-margin-large-bottom uk-align-center" value="%s" />',
'return' => '%post_url%'
));
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.