Home › Forums › General Issues › Experiences user form › Reply To: Experiences user form
Hi @codivores
The acf_form() function should save the data automatically, so you don’t have to create a handler for the form. Please make sure that you have the acf_form_head() function in your template.
If that doesn’t work, please try to add the object ID you want to edit like this:
acf_form(array(
'post_id' => 99,
));
Where “99” is the object ID.
If still no joy, could you please tell me where and how did you add the form? Also, could you please share some screenshots of the issue?
Thanks 🙂
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.