Question
<cfselect>
I want to add new option and enter that in table in cfselect.
Like it does in to formate ="flash" editable ="Yes".
Can I do same function it does with flash format edit ="Yes ", without flash? in coldfusion?
or
if I put one option like "other" and put condition like if "form.test" eq "other" than than give form to enter value for other before compliting or submiting form?
How can I do this?
