Skip to main content
Participant
September 22, 2015
Question

dropdown with a call to a modal window

  • September 22, 2015
  • 1 reply
  • 243 views

Hello guys. Unfortunately I am not an expert in coldfusion. I have a simple question.

I would like to implement a combo box with a dropdown menu.

This dropdown menu will displays peoples names and an option "add a new name' at the bottom. If user chose the option 'add a new name' a modal window will pops up to edit a new name.

Is this solution possible?

    This topic has been closed for replies.

    1 reply

    Inspiring
    September 25, 2015

    Yes, it is indeed possible.  The combo box could easily be created/populated using CF and HTML, and grab a JS library like Bootstrap to handle the modal, using JS to add the new option to the pre-existing combo box.