The Talis Courseflow search box can be embedded on pages within your Library web domain, student portals, in libguides, anywhere you can think of.
To do this simply copy the code below and update the URL in the form action (https://broadminster.rl.talis.com/search.html) with your Talis Courseflow tenancy URL. Raise a ticket with TfS Support if you need to know what this is for your tenancy.
This is just HTML so you can customize it and apply other styling to suit the place where you add the search box.
<form action="https://broadminster.rl.talis.com/search.html" method="get">
<input type="text" name="q" placeholder="Enter your search..." required>
<button type="submit">Search</button>
</form>