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

Issues related to forms.
Post Reply
john332
 
 
Posts: 2
Joined: Tue Apr 27, 2021 11:45 am

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

Post 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.
User avatar
Pablo
 
Posts: 21712
Joined: Sun Mar 28, 2004 12:00 pm
Location: Europe
Contact:

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

Post 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.
john332
 
 
Posts: 2
Joined: Tue Apr 27, 2021 11:45 am

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

Post 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.
Post Reply