I hate the behaviour of the standard Squarespace search box. It's counterintuitive and disruptive.
- The user clicks on a form field and instead of being able to type a search they are immediately sent to another page.
- The page the user is sent to has no branding to relate it to the page you just came from.
I'd prefer a behaviour where the user types in a search term, submits the search and is then sent to a search results page that is styled consistently with the rest of the site.
I'm thinking of writing some code to do this (probably an Ajax routine that calls the search page and formats the results for output), but I'd rather reuse someone else's solution if there's one out there.
Can anyone help?