I have a design provided by the customer, where the search block form has no SUBMIT button. It is expected the user just hits the "enter" key.
Users can type keywords into the search box, and when they press "enter," the form is submitted. The problem is that the form is submitted always with "#default_value" and never with the keywords typed into the input box.
On the advanced search page/results the search does work.
Does anyone know why this might be?
We have hidden the submit button via a CSS call of display: none
.