wildcard search?
-
<form action=”.” method=”POST”><label>First Name? (required) <input name=”fname” type=”text”></label>
<label>Last Name? (required) <input name=”lname” type=”text”></label>
<label>Date of Birth? (required) <input name=”dob” type=”text”>(yyyy-mm-dd)</label>
<input type=”submit”></form>Is there any way to do a wildcard search on any field please? can this
[cfdb-table form=”Initial Application” filter=”first-name~~/.*$_POST(fname).*/i&&surname~~/.*$_POST(lname).*/i&&DOB~~/.*$_POST(dob).*/i”] use LIKE in it’s syntax?
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
The topic ‘wildcard search?’ is closed to new replies.