How to pop up a multi step form | Sololearn: Learn to code for FREE!
Новый курс! Каждый программист должен знать генеративный ИИ!
Попробуйте бесплатный урок
0

How to pop up a multi step form

Multi step form with 5 fieldset, i want to show the first fieldset on click of the signup button and the form should appear

6th Dec 2019, 7:15 AM
Ikenna Akeru
Ikenna Akeru - avatar
1 ответ
0
you could hide it using css's display: none and change the value using JavaScript to block. Or you could use the html dialog element and then run [dialogelement].open()
11th Dec 2019, 1:15 PM
Jakob Meier
Jakob Meier - avatar