Page 1 of 1

using form wizard how make a drop down list that will hide the selected item

Posted: Fri Jan 20, 2023 6:01 pm
by john332
I am trying to make a form for a raffle. The contact info, name, email, and email work as they should. I want to create a drop-down list with numbers 1 through 24. When a user selects a number after filling in the other fields and then hits submit I would like the number selected to be hidden from the list and not available to other users who access the form afterwards.

Re: using form wizard how make a drop down list that will hide the selected item

Posted: Fri Jan 20, 2023 6:18 pm
by Pablo
There is no standard solution for this because this is a very specific requirement.
So, you will have to implement your own PHP script and the values somewhere on the server.

Re: using form wizard how make a drop down list that will hide the selected item

Posted: Fri Jan 20, 2023 8:03 pm
by john332
OK Thank you. I wanted to make sure there was not a standard way to do this before I started writing my own script.