Topic: How to implement the same functionality as JotForm using MDB Angular
fferdinan pro asked 4 years ago
I want to create a questionnaire in MDB Angular similar to the JotForm (see this link to see a sample https://form.jotform.com/193424102858862) I tried using Cards, Carousel but I can not get something similar. Could someone help me out.
Thanks in advanced.
FREE CONSULTATION
Hire our experts to build a dedicated project. We'll analyze your business requirements, for free.
Status
Opened
Specification of the issue
- ForumUser: Pro
- Premium support: No
- Technology: MDB Angular
- MDB Version: 8.8.0
- Device: Desktop and Mobile
- Browser: Chrome
- OS: Windows
- Provided sample code: No
- Provided link: Yes
Arkadiusz Idzikowski staff commented 4 years ago
Currently we don't have a component that would allow to create something like that. You can use stepper component to achieve something similar. I added that to our nice-to-have list and we will think about making our stepper more customizable.
Danylov pro commented 4 years ago
You can use modal dialogs to represent questions (use clear backdrop) and some sort of horizontal wizard components. In the modal dialog, you can use 2 components. Parent to define transitions and child - content.