0

Is that possible to create modal within modal? If possible please help me to create modal within modal and within one more modal it means i need to create three modal and second modal should contain drop down using twitter bootstrap.

Vinayaka N
  • 105
  • 3
  • 11
  • 3
    Possible duplicate of [Bootstrap: Open Another Modal in Modal](http://stackoverflow.com/questions/19528173/bootstrap-open-another-modal-in-modal) – Luca Ghersi May 02 '16 at 07:14

1 Answers1

2

According to Bootstrap:

Multiple open modals not supported Be sure not to open a modal while another is still visible. Showing more than one modal at a time requires custom code.

http://getbootstrap.com/javascript/#modals

Rachel S
  • 3,780
  • 3
  • 24
  • 37