Search Filter
Allows you to search module entries using strings or integers.
Usage
Shortcode:
[search_filter]
Parameters:
Parameters | Description |
---|---|
[class] (optional) | Add class to your input field |
[id] (optional) | Add ID to your input field |
[button_id] (optional) | Add ID to your search button |
[button_class] (optional) | Add class to your button |
[button_text] (optional) | Add text to your button |
Code Example:
<div class="row"> <div class="col-md-4"> [search_filter] </div> </div>
Please sign in to leave a comment.
0 Comments