Template:CFComboBoxBP

From SmartWiki
Revision as of 11:22, 1 March 2016 by Alvin Thompson (talk | contribs) (Created page with "Best practice when creating a combo box with a '''--Select One--''', use store-value=display value syntax with a space as the stored value: <pre style="white-space: pre-wrap; ...")

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

Best practice when creating a combo box with a --Select One--, use store-value=display value syntax with a space as the stored value:

=--Select One--;Option 1;Option 2

This ensures that the database won't store --Select One-- which may cause security issues based on specific security settings.