I am wanting to hook up the search field in an Editable Text webpart up to the standard search template results page. I tried this which obviously didn't work. Any suggestions to point me in the right direction would be greatly appreciated.
<form class="form-inline" action="/kcms/search.aspx" method="get">
<div class="input-append">
<input class="span2" id="appendedInputButton" type="text" name="searchtext">
<button class="btn" type="button"><i class="icon-chevron-right icon-white"> </i></button>
</div>
<input type="hidden" name="searchmode" value="anyword">
</form>