cmb69 / advancedform_xh

Custom form plugin for CMSimple_XH
GNU General Public License v3.0
3 stars 4 forks source link

CSV is not properly escaped #84

Closed cmb69 closed 2 years ago

cmb69 commented 2 years ago

At least when using the default csv_separator, the CSV is not properly escaped. For instance, when entering "foo and bar" into two input fields, the resulting CSV is "foo bar", i.e. a single field.