I have a select tag with :onchange which updates the page with relevant data, however, I don't want to do it with Ajax because it is messing up my navigation structure.
I want to use select_tag and when they its is changed it sends a regular HTML request which refreshes the entire page.
How can I do this.