Hi All— thank you in advance for any help— I am new to Koha and using the software for a research project at Syracuse University. I’ve made an error that is way beyond my knowledge! I copied and pasted some code from ByWaterSolutions into the OpacCustomSearch field (which was empty) and in doing so I unintentionally erased the library branch pulldown menu from the main search page. Is there a way to return to the default search box which included a pull down menu for search by keyword, author, etc. and another pulldown for library branch? Or, is there code that I can add to the existing code to restore the library dropdown menu to the search box? Here is the code I used from ByWaterSolutions: <form name="searchform" method="get" action="http://syracuse.klassmates.us//cgi-bin/koha/opac-search.pl" id="searchform"> <input id="transl1" name="q" type="text"><p> <select name="idx" id="masthead_search"> <option value="kw">Keyword</option> <option value="ti">Title</option> <option value="au">Author</option> <option value="su">Subject</option> <option value="nb">ISBN</option> <option value="se">Series</option> <option value="callnum">Call Number</option> <input value="Search" id="searchsubmit" type="submit"> </p></form> Thank you so much. Sincerely, Sayward Schoonmaker, Research Assistant, Syracuse University -- Sent from: http://koha.1045719.n5.nabble.com/Koha-general-f3047918.html