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