Create your own Blogger Search Box

For some users, Blogger's Search Box gadget is not working properly. In this case you can create your own Search Box with the steps below:
1. Go to  Layout ==> Page Elements ==> Add a Gadget ==> HTML/Javascript
2. Put the following codes:
 <form action="search" name="input" method="get">
 <input value="Search" name="q" size="20" type="text"/>
 <input value="Go!" type="submit"/>
 </form>
3. Save