Creating a search page

I have created a search page, defined a search field, and added both the search field and search submit button to the search page via the html editor.


However, when I go to the search page on the live site I get the following text appearing next to the submit search button…



%Site Search_query%



What have I done wrong?

You might want to try removing the space in the name of the search field you created (change from Site Search to site_search) and change the keyword to %site_search_query%. I think that should do it.