Quote Originally Posted by snowmanrene View Post
Code: 
<div id="search">
            <form method="post" id="searchform" action="{$baseurl}/index.php" >
                <input type="hidden" name="menu" value="search" />
                <input id="s" class="rounded" type="text" name="query" />
        <input type="submit" value="search" id="searchsubmit" />

            </form>
        </div>
Just tested it to be sure and it works.
hm didn't work for me.. all it does is remove the search bar completely
bxflow Reviewed by bxflow on . How to add a submit button to search? This is how my search bar looks: http://screensnapr.com/e/z5jC87.png You can search for whatever you want but to submit the search you must click the "enter" button on your keyboard, I want to add a Submit button/image right next to the search bar so users can click it instead of having to press "Enter" I tried to add one but didnt see good results. Here is the code to call the search bar on the header: Rating: 5