• <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)
  • Thread Starter MikeKJ

    (@mikekj)

    Just thought of this as well,

    Is there a way I can insert to a particular record an extra non CF7 field with a value?

    Plugin Author Michael Simpson

    (@msimpson)

    You can use search for a more general search like the search box on the admin page. That search all fields, but is not a wildcard search.

    You can add fields to submitted data using the not-free CFDB Editor.

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘wildcard search?’ is closed to new replies.