- This topic has 2 replies, 2 voices, and was last updated 9 years, 8 months ago by .
Viewing 3 posts - 1 through 3 (of 3 total)
Viewing 3 posts - 1 through 3 (of 3 total)
These forums are now closed and remain for historical purposes.
None of the content applies to the new version 3. For support, get in touch via our contact form.
Forums › Forums › Search & Filter Pro › Custom HTML for search form
Tagged: Custom Html form
Hi Guys,
Is it possible to use Custom HTML for a search/filter form? I want to add bootstrap icons and use bootstrap to manage the width of the form items.
For example
<form role="form">
<div class="form-group has-feedback has-feedback-left">
<label class="control-label sr-only">Search</label>
<i class="glyphicon glyphicon-search form-control-feedback"></i>
<input type="text" class="form-control" placeholder="Zoeken op straat of postcode" />
</div>
</form>
Thanks!