Add a Search Box to a Page

Tutorial

To add a Search box function to any page, simply paste the code below into your desired page:

<form action="http://www.YouSiteName.com/public/programs/search.cfm" method="post">
<input type=hidden name="areas" value="all">
<input type=hidden name="department_select" value="all">
<input type=hidden name="sort_by" value="date">
<input name=searchquery size=10>
<input type=submit value="Search"></form>

 **Please note that you will need to change the URL in the code to match that of your own site.