+ 1
How can I make dialog box user form to get some inputs with html and css without using bootstrap??
Dialog box user form
6 Réponses
+ 5
Just created a popup dialog, please check...
https://code.sololearn.com/W0O6OuThA3dg/?ref=app
+ 6
Have an absolute positioned div container with z-index higher than every other element. Place your form inside it. Show and hide this div container based on your requirement. Animation can also be provided on arrival and leaving of container.
+ 3
use button tag
+ 2
use form and input tags
+ 1
Thanks bro
0
I know how to create a form but I asked that how to implement that form on dialog box which pops out whenever a button is clicked.