I want to include my q&a site in a search widget that has a bunch of different options on a drop-down. The widget uses GET to send queries to the other resources. The examples of a form I've found here all use POST, and if I change it to GET it doesn't work. I see that I can easily send it as a search query, but I'd love for the user to go directly to the "ask" form with their question already populating it.