I need to create a committee signup form that:
- enables users to see who’s already signed up for each committee. So in other words, this form needs to show current results to the user.
- prevents users from deleting others’ data
- caps committees at six members
How would I do this?
Thanks!