Ok, I tried this question earlier but didn't get the right answer, probably because I didnt' do a good job asking it!
My situation is that I have a large form and one of the elements on the form is a SELECT element that contains every country in the world, so in other words, we're talking a pretty big list! Now what I want is when a user picks a country, fills out the rest of the form, and then submits it - that if there is an error validating ANY of the data and the user is consequently sent back to the form page - that their country selection will show as selected.
I do not want an answer using Javascript unless there is no other means, but I'm fairly sure that PHP can do the job somehow.
Thanks for any help you might be able to give!
😕