Populate a <cfselect> from existing value, and bind
I have a form that allows users to update existing info. The form values populate based on data already stored in a table.
I want to load existing data into a <cfselect> and also have that bind to the next <cfselect>. However, I want the next cfselect to initially populate with it's value in the db table.
So on the initial page load both cfselects would have the initial table data, but if the user changes the first one, the second one would auto update because it's bound with a cfc.
Can I do this?
