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
1 Answer
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()