I have a form that has a state dropdown menu. Depending on the choice of the state by the user, I use AJAX to query the cities for the next dropdown. They are then displayed, and the user can choose from only the cities that are in that state. It works great, but Firefox will not recognize the $_POST[city] value when I process the form. Why is this? IE does it fine!
Thanks