Adding Search Form to JSPX Template
TimothyCSep 14 2012 — edited Sep 18 2012I need to add this simple HTML form to my JSPX Template, I tried several ways and having no Luck
<form action="http://www.search.cio.ny.gov/search" method="get">
<input value="date:D:L:d1" name="sort" type="hidden"/>
<h:input value="xml_no_dtd" name="output" type="hidden"/>
<input value="UTF-8" name="ie" type="hidden"/>
<input value="UTF-8" name="oe" type="hidden"/>
<input value="default_frontend" name="client"
type="hidden"/>
<input value="default_frontend" name="proxystylesheet"
type="hidden"/>
<input value="default_collection" name="site"
type="hidden"/>
<input style="cursor: pointer;" type="text" size="15"
name="q" maxlength="256" id="searchbox"
title="Search"/>
<input type="submit" id="searchbutton"
value="Search NY.GOV"/>
</form>
Can anyone show a newb how to do this? or Point me to a Tutorail or Documentation?