Hello,
I have created a database that individuals can submit information about an animal to. However, I would like to be able to limit the number of submissions they can make to the database based on what paid plan they are using. Suggestions on how to limit submissions?
Follow up question to that, I would like to create a hook that gathers the users email or other identifying feature so that I can find them in the database later. The form submission needs to be searchable my admins to identify animals later if lost (microchip database).
@deleteduser that’s got me on the right track, still going to need a bit of help making this work for our needs. I can see how I could potentially do it to limit it to one submission, but say I have three plans. One allows 5 submissions, another 25, and the other unlimited. That’s where I am getting the snag.
Did you ever get this to work?