Sunbearu Quickstart - Hero Slider - Add Autocomplete entry
Navigate to /templates/cassiopeia_sunbearu/html//bootstrap_5_hero_slider/ and edit index.html
Now you can add something like this to that template file
<div class="col-sm-2">
<label class="form-label" for="autocomplete_field">{_JOMRES_SEARCH_FORM_WHERE_TO_GO}</label>
{AUTOCOMPLETE}
</div>
Naturally, you will need to adjust the markup to suit your own particular need (col-sm-2 etc) so that the columns work the way you want them to.
- Created on .