Home › Forums › ACF PRO › Consistent data between user and custom post type › Reply To: Consistent data between user and custom post type
I think that duplication of data will complicate things quite a bit. I would probably use a field user field on the CPT to relate each post to a user. This field could allow null so that if there is not user that matches to post it would just be empty. Then I’d store all my custom data on the CPT.
Then you can create a front end form with acf_form() http://www.advancedcustomfields.com/resources/acf_form/ and allow them to edit what you want them to edit by specifying the fields to show in the 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.