I am in process of creating an app for my client, and our requirements is to have a multi step form for user to add products.
I used the Multi Step form features, but because in our setup we have a requirement to hide a group of inputs based on the condition and for that I need to use container inside a container, but as glide dose not allow to use container inside container, I need to add same condition on 5 items which can be used on wrapper container which if glide had a feature of container inside container.
So I came up with an idea of using multiple tabs(pages) as Multi Step form.
But Iām not sure is it good to use or not?
Please let me know your views.