Hello. I'm trying to populate drop-down menus within a form using php. When the page loads the drop-downs are filled with items from the same array. After the first selection but before the submit button is pressed, I'd like the second drop-down and subsequqent drop-downs to have the same selections minus the ones previously chosen. Since all the drop-downs are populated on loading all the selections in the array are currently available in each drop-down.
I think the answer will have something to do with refreshing the page after the first selection is made, but I don't know enough about coding to see the answer.
Any suggestions?
Thanks