Skip to main content
Inspiring
September 21, 2013
Question

Edit a new list

  • September 21, 2013
  • 0 replies
  • 337 views

<cfselect>

  <option value="volvo">Volvo</option>

  <option value="saab">Saab</option>

  <option value="mercedes">Mercedes</option>

  <option value="audi">Audi</option>

</cfselect>

I have above code on the form whihc has a cfselect on the form.

I would like to let user add a new car if it does not exist in  the list like 'BMW', 'Toyota'.

The list does not let me enter new list does not exist.

I would like to know are there any property to configure let user to enter a new list which does not exist.

Your help and informaiton is great appreciated,

Regards,

Iccsi,

    This topic has been closed for replies.