Hello,
I want to implement a feature like glasdoor where after a certain amount of free reads (i.e. on a company page) the user is forced to write a review to continue access. How would I implement this?
Any help would be greatly appreciated!
Hello,
I want to implement a feature like glasdoor where after a certain amount of free reads (i.e. on a company page) the user is forced to write a review to continue access. How would I implement this?
Any help would be greatly appreciated!
Tons of ways to achieve what you’re looking for. First simple way off the top of my head would be to have a field in the database attached to the user called “companies viewed” that is a list of company pages. And then every time they load a company page, add that company page to that list. Once they reach x number of company pages in that list, next time they try load a page, show a popup that they need to pay to see more.