Limit View Of Attribute On Daily Basis

Hi,

A possible solution if you have Memberships installed, is to assign a default free membership for every registered user How can I set a default membership plan during registration? without the expiration date. You can optionally hide the Memberships menu item if you don’t use Memberships at all and don’t want to confuse users, also it’s possible to disable membership-related emails How to disable emails - HivePress Help Center

Then, if you’re familiar with coding or have a developer, I recommend creating a recurring function for the hivepress/v1/events/daily hook, resetting the view_limit for all these memberships, thus the limit would be reset once a day and the Memberships extension would show an error when trying to reveal the restricted contact attributes if the limit is exceeded.

Hope this helps