How to confine search within module to one tag
Using Jamroom
Hi ...I was wondering how to create a search box which searches the audio module BUT only with reference to one tag. Basically I want to insert a search box on a new landing page I am creating which will show results from the audio module 'welsh pronunciation audio' tag but NOT from the rest of the audio module. I have the following code which confines search to the module but I dont know what to add to confine search to the tag, or even if this is possible?
<div style="white-space:nowrap">
<form action="https://americymru.net/search/results/jrAudio/1/4" method="get" style="margin-bottom:0">
<input id="search_input" type="text" name="search_string" style="width:60%" class="form_text" placeholder="" onkeypress="if (event && event.keyCode == 13 && this.value.length > 0) { $(this).closest('form').submit(); }"> <input type="submit" class="form_button" value="search">
</form>
</div>
updated by @adolygwr: 01/09/19 04:23:22AM