How can I make dialog box user form to get some inputs with html and css without using bootstrap?? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

How can I make dialog box user form to get some inputs with html and css without using bootstrap??

Dialog box user form

6th May 2017, 12:35 PM
Vivek Mathur
Vivek Mathur - avatar
6 Answers
+ 5
Just created a popup dialog, please check... https://code.sololearn.com/W0O6OuThA3dg/?ref=app
6th May 2017, 1:13 PM
Calviղ
Calviղ - avatar
+ 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.
6th May 2017, 1:10 PM
Ashwani Kumar
Ashwani Kumar - avatar
+ 3
use button tag
6th May 2017, 12:59 PM
Calviղ
Calviղ - avatar
+ 2
use form and input tags
6th May 2017, 12:54 PM
Calviղ
Calviղ - avatar
+ 1
Thanks bro
6th May 2017, 1:11 PM
Vivek Mathur
Vivek Mathur - avatar
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.
6th May 2017, 12:57 PM
Vivek Mathur
Vivek Mathur - avatar