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

Entries from forms that contain punctuation in the form name do not display in the back-end. #60

Open conorbarclay opened 6 years ago

conorbarclay commented 6 years ago

We noticed this start happening with the latest version (and the one previous to it) that form entries will not display in the back-end if the form name contains punctuation (one of our form names had a dash in it, another one had a colon). The entries do actually write to the database, and removing these characters from the form_name column gets the entries to display in the back-end as per usual -- as such, I suspect it's something to do with how the form_name query parameter is being parsed in the plugin panel when using the dropdown to switch between forms.