Recommendation for building a multipage form in Ionic 2

I’m trying to build a multipage form.

I started building with the Slides component bit this won’t work for my use case as the content on some of the pages extends past the viewport.

Any other suggestions or recommendations?

Thanks

I went with a roll your own solution using Fieldsets and JS

Works very well, let me know if you’d like me to post an example.

Hi @jjmax, Could you please post the example code?