react icon indicating copy to clipboard operation
react copied to clipboard

How to implement nested form with custom child form and add new child form

Open perman26 opened this issue 7 years ago • 2 comments

I want to use nested form in react-formio. How can i add custom child form with add new child form feature. Currently nested form schema shows form attribute which required formID.

From where that formID will come and if i want to add custom child form then where should i save that. Do I need to use form.io node version (server side) ?

perman26 avatar Jan 02 '19 06:01 perman26

If you want to add a custom form, it does need to be hosted from a form url. You can also specify the form as an array of components in the form definition.

randallknutson avatar Jan 02 '19 15:01 randallknutson

Please tell us if you had a correct solution, I also need to add some nested forms into the form builder. 1.Where to define the custom forms ? 2.Where to define the URL for the nested form component, so it can access the custom forms previously created .

Thanks.

Nawfal07 avatar Apr 29 '20 11:04 Nawfal07

I am closing the issue as it was created too long ago and there are no new comments here. I hope it was resolved. If not, please reopen it. Thanks!

TanyaGashtold avatar Aug 31 '23 13:08 TanyaGashtold