using form wizard how make a drop down list that will hide the selected item
Forum rules
PLEASE READ THE FORUM RULES BEFORE YOU POST:
viewtopic.php?f=12&t=1901
MUST READ:
http://www.wysiwygwebbuilder.com/forms.html
http://www.wysiwygwebbuilder.com/form_wizard.html
Frequently Asked Questions about Forms
PLEASE READ THE FORUM RULES BEFORE YOU POST:
viewtopic.php?f=12&t=1901
MUST READ:
http://www.wysiwygwebbuilder.com/forms.html
http://www.wysiwygwebbuilder.com/form_wizard.html
Frequently Asked Questions about Forms
using form wizard how make a drop down list that will hide the selected item
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
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.
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
OK Thank you. I wanted to make sure there was not a standard way to do this before I started writing my own script.