Hi,
Is there a way to limit the number of users submitting a form?
The client would like to have a form, where employees can sign up for various activities, each activity with a limit of a certain number of employees who can sign up.
All the employees’ ID numbers are logged in the database for verification, so the employee will have to enter their ID number to see if they qualify to sign up.
For example: A workshop where only 20 people (of let’s say 1000 employees) can sign up, and once the limit is reached, the workshop closes for registration.
Hi Anat,
I have an idea for you.
To checked the number of employees that already signed up using count method and according to the number enable/disable the form submitting.
What do you think ?
Roi
Thanks for taking the time to answer all my questions!
I would like the limit to be set automatically once creating the form. I don’t think they’ll be available to check it manually…
I’m guessing they’ll have some sort of text description and then a form connected to the database. We haven’t gotten round to the design of this part yet…
היוש,
דיברתי בזמנו עם שי לגבי יצירת טופס עבור הלקוחה הזו. מדובר על טופס שבו בעל האתר מזין מראש מספרי תעודת זהות כך שרק מי שהת״ז שלו מוגדרת במערכת יכול למלא את הטופס. שי אמר שאין בעיה ליצור טופס כזה.
עכשיו הם מבקשים לדעת האם אפשר לייצר טופס כמו שתיארתי כאן, אבל שבנוסף להגביל את מספר האנשים הנרשמים. הלקוחה ביקשה ממני לברר האם זה בכלל אפשרי לפני שאנחנו ניגשים לבניה של העמוד…
וסליחה שעברתי לעברית
Yes, wix code allows you to add your specific code, before showing the form, before submitting the form, and before inserting the data to the db in the server to create that business logic