We've had a couple of issues reported from people recently that came down to problems with lookup values they'd chosen for additional fields. These were:
Commas in the values, which upsets the multi-lookup widget
Double spaces in the values, HTML suppresses the extra spaces so the value stored in the database no longer matches the lookup value
We need to validate lookup values on additional fields to suppress the extra spaces and remove commas before assigning.
We've had a couple of issues reported from people recently that came down to problems with lookup values they'd chosen for additional fields. These were:
We need to validate lookup values on additional fields to suppress the extra spaces and remove commas before assigning.