Skip to content
Advertisement

How to preview a form data in a boostrap modal [closed]

My problem is I have a form let say where you input your name and surname and a button that triggers a bootstrap modal. On pressing this button, I want to display the data inputted in the previous form in my modal. Within the modal, the user can either close or submit the data that will be saved in a database.

Advertisement

Answer

You can Leverage Bootstrap Modal Event.

If you post your code, then I could better answer it

JavaScript

Edited


JavaScript
User contributions licensed under: CC BY-SA
8 People found this is helpful
Advertisement