GET form help - need to modify order of data being passed

Hi,

I’ve got an HTML page that is passing data via a form to a PHP page. In the form, the user selects a country from a dropdown menu, and if the user selects “United States” then a second menu appears for them to choose a State. Right now, it passes the data with United States first, followed by the State. However, I’ve been asked to reorder them so the State appears first. Does anyone know some code I can drop into my HTML form in order to reorder the variables being sent?

Thanks!

Sponsor our Newsletter | Privacy Policy | Terms of Service