Home › Forums › General Issues › ACF form not updating form fields › Reply To: ACF form not updating form fields
Are you adding this into the default woocommerce account dashboard?
If so you might need ‘form’ => false
So multiple forms are not rendered in the dom. ie;
<form action="{default_wc_account_url}" method="POST">
<form action="{ACF_FORM}"> // your form is creating this.
</form> // and this inside the default form.
</form>
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.