Website Search

Oncord websites include a general-use system page capable of search at the location: "www.yourwebsite.com/search/". 

You can add a form elsewhere throughout other pages / designs which links to this page:

<forms:form id="searchform" method="get" action="/search/" > <forms:editbox id="query" placeholder="Search..." /> <forms:submitlink class="searchButton"> <standard:icon library="fontawesome" name="search" style="width: 16px; height: 16px"/> </forms:submitlink> </forms:form>