Number draw
-
I want to build a form where users select their numbers for a draw, but the numbers cannot be repeated.
Example:
The first user will see the numbers
1-2-3-4-5-6-7-8-9-10 and in the form select 2 and click “send”The second user when viewing the options will see
1-3-4-5-6-7-8-9-10 (the 2 was already chosen by the previous user) so he selects the 8 and hits “send”The third user when entering the form will see
1-3-4-5-6-7-9-10How can you create a field like that?
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘Number draw’ is closed to new replies.