How to implement nested form with custom child form and add new child form
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) ?
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.
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.
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!