search_input
Attributes:
- section="section name" • Use the specified section as the destination page that will display the search results. Default behaviour is to use the front page.
- label="text label" • Label for the top of the field. Default is Search.
- button="button text" • Creates and labels a button to initiate the search. Default is unset, no button is created.
- size="integer" • Set the field size. Default is 15.
- wraptag="html tag" • HTML tag to wrap the search field with. Default is p.
- form="form name" • Use specified form. Default is search_input.
- html_id="html id for form element" • Default is unset.
Behaviors:
The search_input tag is a single tag which returns a text entry field for search parameters and an optional button to initiate the search.