Limit the amount of times a logged in user can submit a form.

Hi Tadabase community,

I’m looking for a way to restrict the number of times a specific form can be submitted. For instance, I want users to be able to submit a form only once (or a limited number of times) based on certain criteria.

Is there a built-in feature or workaround to implement this? Any tips or guidance would be greatly appreciated!

Thank you in advance!

Hi Ben, can you explain more about what you envision here:

Because that complicates this. Limiting to one submission is somewhat straightforward using pipes in your validation rules, but if the rules are going to change that obviously gets more difficult amd of course it depends on what the criteria are.