OneCampus Help Center

Find answers fast: Ask a question, search for keywords, or explore articles below.

Adding OneCampus Search to your existing website

If you want to be able to search OneCampus Tasks and Task Centers from your existing website, all that is required is to add the following HTML form to your existing website HTML (replacing the URL with your OneCampus URL).

 

<form method="get" action="https://{one campus url}" target="_blank">
<input type="text" name="terms" size="25" maxlength="255" value="" />
<input type="submit" value="Search OneCampus" />
</form>

 

This will add a search input box along with a search button that will open OneCampus in a new window to perform the search. The look and feel of the search box and button can be styled to integrate into your existing website look and feel. Here's an example of how it will appear without any styling.

Related to

Updated

Was this article helpful?

0 out of 0 found this helpful

Have more questions? Submit a request