is there any way I can display more than one variable in the select box?
<cfselect name="Branches" query="get_branches" value="branch_number" display="branch_number" <!--- I.e. I want not only number but name here also to display in the select option---> required="Yes" multiple="no" size="1"> </cfselect>