* In the Generic Area, add a div...
<syntaxhighlight lang="html4strict" line start="1">
<div id="divOutput"></div><input type="hidden" name="inputFoundId" id="inputFoundId" value="" />
</syntaxhighlight>
* Use the function layout below in your code
* In the values you're searching for use an * prepended and/or appended to the string for wildcards
* You can combine search fields and search values using Commas but be careful to filter input
= Code =