Course site with navigation for viewed videos. Answered
Hey everyone. Is there someone who has built a subscription based course site before?
I need to make a course page that has a “Mark as watched” button, and once you click it, it saves it in cms. And also have watched videos appear different on the side navigator, like to give them a combo class or something.
I’m using Zapier and Airtable but I wasn’t successful in making it work.
I’d really appreciate any help.
Comments
4 comments
I think you could use something like a combination of these 2, except instead of “like” it would be “watched” in your case.
https://www.memberstack.com/scripts/like-unlike-cms-items
https://www.memberstack.com/scripts/filter-lists-based-on-element
You’re a lifesaver man! Thank you!
Shadi null Hey, how long does it take for you to load saved items? I mean to show that it’s already checked. It takes 3-4 seconds for me, and it’s pretty annoying.
It will take a few seconds because it has to parse all your CMS items on pageload (due to the nature of javascript).
I would recommend adding a skeleton loader to the items to hide them until the process is done (thats what I did to make it seem more fluid)
Here's the script I used! 😄
https://www.memberstack.com/scripts/23-skeleton-screens-content-loaders
Thank you mate, appreciate it!
Please sign in to leave a comment.