I think she wants to add to the dropdown list, but then on submission, if it's a new item, it should also get entered into the database so that it's in the dropdown list from then on.
John Burns Certified Advanced ColdFusion MX Developer Wyle Laboratories, Inc. | Web Developer -----Original Message----- From: Russ Michaels [mailto:[EMAIL PROTECTED] Sent: Friday, August 12, 2005 12:21 PM To: CF-Talk Subject: RE: Add additional rows do you want to add items to an existing dropdown list, or create a whole new dropdown list. If you want to just add items to the dropdownlist, then that's easy. Popup a new window, a bit of JS to populate the list on the calling page with new items, and then insert into the database. I have just done this for someone else on my cfdeveloper forums, here is the thread. http://www.cfdeveloper.co.uk/forum/forum_posts.asp?TID=202&PN=1 Russ -----Original Message----- From: Ewok [mailto:[EMAIL PROTECTED] Sent: 12 August 2005 17:14 To: CF-Talk Subject: RE: Add additional rows How about one single field for the authors with a button that adds the value to a multi select. Then when you are adding the form values to the database, you just loop over the value of the multi select ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Discover CFTicket - The leading ColdFusion Help Desk and Trouble Ticket application http://www.houseoffusion.com/banners/view.cfm?bannerid=48 Message: http://www.houseoffusion.com/lists.cfm/link=i:4:214787 Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4 Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4 Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4 Donations & Support: http://www.houseoffusion.com/tiny.cfm/54

