SEKnFind Search Box Setup

Code snippet

Copy and paste this code where you want the search box to appear on your website.

Search entire catalog:
<div id="seknfind_search_widget" style="font-family: sans-serif; width: 258px; padding: 15px;"> <!--styles may need adjusted or removed-->
	<form id="searchform" action="https://www.seknfind.org/cgi-bin/koha/opac-search.pl" method="get" name="searchform">
    <label for="library_search_widget" style="display: block; font-weight: bold; text-align: center">Search the SEKnFind Catalog</label>
		<div class="input-wrap">
			<input type="text" name="q" title="Type search term" style="display: block; margin: 15px auto; width: 230px;"/>
			<div id="select_search" style="display: block; margin: 15px auto; width: 230px;">
				<select id="library_search_widget" name="idx" style="width: 152px; margin-right: 6px;">
					<option value="">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>
				</select>
			<button id="searchsubmit" type="submit">Search</button>
			</div>
		</div>
	</form>
	<p style="display: block; font-size: 10pt; margin-top: -4px; text-align: center;">or visit the 
            <a href="https://www.seknfind.org" target="_blank">SEKnFind homepage</a>
        </p>
</div>

Example

Entire catalog search

or visit the SEKnFind homepage