When a field's data containing "/" is submitted through a form and saved using Save Data on CCv6, the resulting entry in the database contains \ within the data. How do we stop this behaviour?
Eg user submits a form with field data "this/that", which is then saved into the database as "this\/that". When retrieved from the database, it returns the data as "this\/that" which does not correspond to user's entry.
Seems to happen if the field data is saved as an array (ie dropdown multiselect) but not when it's saved as a text input or single dropdown.
Eg user submits a form with field data "this/that", which is then saved into the database as "this\/that". When retrieved from the database, it returns the data as "this\/that" which does not correspond to user's entry.
Seems to happen if the field data is saved as an array (ie dropdown multiselect) but not when it's saved as a text input or single dropdown.