Multiple Forms on same Form

Hi Gravity forms builder,

I am trying to find a way where i sell a virtual product and people can add up to 6 of these on the same form.
When they add another one, the refering form of the virtual product will be added below.

Image if you are on form A , and you check the box for additional service, below form A the form B will appear etc etc.

I want either to pass the information of which form to add via URL eg: /?add=345

I have checked with nested form. But suppor told me nested form will show all in table. but i would want to just have fields.

Thanks for your help

You’re right that Nested Forms will load the form in a modal and display the captured data in a table; however, it might not work for another reason…

It sounds like you want to show a different form depending on which product is selected? If so, even the Repeater API will fall short since it would show the same fields every time.

I’m honestly not sure the best way to approach this without some serious custom code. I’ll give it some more thought and write back if I can think of some practical pointers.