mdsimpson / contact-form-7-to-database-extension

CFDB - WordPress plugin to save form submissions into a database
GNU General Public License v3.0
240 stars 59 forks source link

Added like operator to export filter #33

Closed mheesters closed 6 years ago

mheesters commented 6 years ago

Added a Like operator for use in the export filter. This way you can check if a given value is in a list of comma separated values.

This can be useful if you are using the download monitor plugin with multiple downloads. The CF7 field for this gives a comma separated list of values, and now you can easily filter on records that downloaded a specific file.