- How do you make modal on top of another modal?
- Can a modal follow another modal?
- Is it acceptable to open a modal popup on top of another modal popup?
How do you make modal on top of another modal?
To open a modal from another modal can be done simply by using the events that Bootstrap provides such as show. bs. modal . You may also want some CSS to handle the backdrop overlays.
Can a modal follow another modal?
Modal verbs cannot be used with another modal verb: Windsurfing can be difficult. Not: Windsurfing can might be difficult. or Windsurfing might can be difficult.
Is it acceptable to open a modal popup on top of another modal popup?
Using a modal on top of another modal is a big red flag that something broke down in your workflow. If your workflow requires a second modal, you probably have some bigger issues with complexity within your modal. Remember: some of the best use cases for modals are focused, simple content.