Having a blast using ACF with the AVADA theme!
Now, i’m creating a training course and want to used conditional rendering for completed modules.
I know eactly how to add fields via the UI to my custom post type, but is there a way I can update this value on a per user basis?
1: Would I need to setup acf fields as user meta (if so how) or leave on post.
2: How would one go about updating a field via a front end button?.
Thank for taking the time to read.
Kind regards
Rory
See my answer to this topic https://support.advancedcustomfields.com/forums/topic/read-understood-toggle-for-logged-in-users/
The only difference is that you’d be saving post ID values to user meta instead of user ID values to post meta.