Objective:
- To add a Lippincott search bar to custom Welcome Content
Environment:
- PolicyStat
Additional Information:
Lippincott is not included in within your base PolicyStat site. If you would like more information or to sign up to get this feature, email info@policystat.com.
This action can only be performed by a Site Administrator and requires a basic understanding of working with HTML.
Procedure:
- Click the Admin tab
- Click Site Configuration in the Configuration column.
- Click the Welcome Content tab
- Add the following code to the Custom Welcome Content text box:
<form action="/integrations/lippincott/search/" class="lippincott-search-form" _lpchecked="1">
<div class="input-append">
<input type="text" name="q" placeholder="Search Only Lippincott Clinical Procedures" value="" class="input-xxlarge lippincott-query-input">
<button type="submit" class="btn lippincott-search-button">
Search Lippincott
</button>
</div>
</form>
Comments
0 comments
Please sign in to leave a comment.