Multistep form in UNA
Hi @LeonidS ,
Can you please guide me how can i make the multistep registration form for a custom module . I have enclosed a reference 3 step multi-step form pages for my use case . I tried searching the community but couldn't find a solution for this. Last but not least how can we use Ajax in custom modules pages ?
Kindly suggest way forward
-
-
·
LeonidS
- ·
Hello @Pavan Kumar !
Similar forms will require to have the code's processing in your custom module. Every submitted step of this form will require to get and process of data and draw a new form according that info.
-
·
LeonidS