How to track user progress?

If you’re using ACF you can also attach custom fields to users. You can attach them by using the Location Rules (the ones in the ‘User’ subgroup), see Creating custom user profile pages with ACF

You could add a single relational → post object field in a field group, Filter by Post TypeLesson.

Then you could use a front-end form which you can pre-populate with that specific lesson (see: Pre-populate Relationship field…) – then you might also want to hide the input with CSS.

Leave a Comment