'Is there a way to display a form in a slideshow/pagination way

I have a form in my Angular bootstrap project. I want to display the questions in a group of 3 questions per slide/page, but the page should stay the same. The form is created dynamically from a JSON file.

Here is my component.html code: component.html code

Here is how it displays (it's only a partial, the full page contains 14 questions)HTML display

I tried using the carousel provided by bootstrap, as well as ng-wizard, which is a form stepper, that I found online. None of these worked.



Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source