Home › Forums › Front-end Issues › Front End and custom user meta › Reply To: Front End and custom user meta
In case anyone finds this (like me), things seem to have gotten a lot simpler. The process I used to get get user-specific data saved for my WordPress site is:
post=
, this is the field group #.The code I used in the custom form:
acf_form(array(
'field_groups' => array(123), //use the field group for your form
'post_id' => 'user_'.get_current_user_id(),
));
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.