I want to let registered users complete items on a checklist. Is it possible to use ACF (say, a repeater) to create a list that the user can then use on the frontend to check on/off items?
I know it would involve javascript for interaction, which I’m fine with. I just need a way to keep track of users’ data.
I see there’s update_user_meta and get_user_meta, but not sure if that’s appropriate.
I’m not exactly sure what you are trying to accomplish. Can you provide more detail?