Conditional Filtering for Drop downs and displaying results on another page

Hello to all ! wondering if there anyone out there that can help…
On my website’s home page i have a search bar with conditional filtering and three different drop down options (first is country, then state, then city).
The first option “country” is always enabled. the second option “state” becomes enabled as soon as i click on “country”; and third option “city” is enabled after i click on “state”. All this works fine on the home page but when my code (after i click “search” on my home page) takes me to the “results” page, the search bar there is populated with the right values that it takes from the home page but it does not perform the search ! (i believe it is because in the “results” page, the second and third drop down start off disabled as well?). When i redo the search a second time directly from the “results” page it all works perfectly.
any help would be greatly appreciated .