Back
displaySep
Programming
displaySep
The separator used to display the checkbox choices
Default:
When selecting multiple checkboxes, the choices selected are stored in the field, using the displaySep as the separator. For example, you have a set of checkboxes storing the following values: "Giraffe", "Lion", "Zebra". The user selects the first two values, so we store in the database "Giraffe, Lion".

If the displaySep was '||', then we would store "Giraffe||Lion".

The default is comma-space (', ').

 Basic:Yes  Advanced/Enterprise:Yes  DynamicEdit:Yes   [Version 1.1]