Limit the number of form submissions based on previous user submissions
-
Hello, I have a WordPress site and want to use a wordpress form plugin to allow my users to submit a form that sends their writing to be marked. I want to limit the number of writing pieces to a specific number for each user such as 10. The problem is that a user may send more than one piece of writing to be marked together, for e.g. a user may send 2 pieces of writing together. Is there a way I could impose this limit (10 writing pieces in total) on users with wpforms? I have thought about asking each user in the form to write the number of pieces of writing they submit this time and then this number be stored later so that the next time the user submits the form, the number of pieces of writing submitted previously is compared to the maximum limit and if exceeded, does not allow the form to submit, but I don’t know how to achieve that. Does wpforms allow this to be done in any way?
- The topic ‘Limit the number of form submissions based on previous user submissions’ is closed to new replies.