selection of numbers
-
I need a form where users separate a single value
Example: Create a form where users separate their numbers for a draw, but the numbers cannot be repeated
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-10In this way, only the first 10 users who fill out the form will access the draw
How can you create a field like that?
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘selection of numbers’ is closed to new replies.