Does anyone know how to create a dynamic drop down list from a query if the item and value parameters are given ahead of time? I don't want to hard code the item and value of a select list so that I can consistently use the same custom tag with a new query, item field, and value field.
For instance, I would call the tag as follows:
<cf_dbdropdown sql="select * from states" itemfield="state_name" valuefield="stateid">
Thanks in advance.
For instance, I would call the tag as follows:
<cf_dbdropdown sql="select * from states" itemfield="state_name" valuefield="stateid">
Thanks in advance.