I have a form with two fields that pull from a drop-down list of values. These are set up to allow the user to add a new value when filling out the form. The problem I'm having is, when a user adds a value via the form, it strips punctuation and spacing from the value. So:
Some Test Data, Etc
becomes:
SomeTestDataEtc
How can I prevent this from happening? I want the field to store exactly what my user types in, spaces and all.