I want to add new option where no option available in existing query.
ex. In fruits, I have apple orange mango but so many missing.
I want to add new those are not in query while have some in cfselect prefix.
Hi,
You have to combine a edit-field where customers can enter new values, and a
list-field with the existing values from the database.
When the page gets submitted, you just query if the submitted value in the
edit-field already exists in the db-table and use the PK for that value, or add
it to the db-table and find the PK for your new value.