-
Notifications
You must be signed in to change notification settings - Fork 13
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Form Builder (One to one) #8
Comments
Hi, @ababeel-ceo |
Thanks @sergeythrees But I tried this Output is : { but need the output as this structure: If the nested template is the only way then . how can i implement this in my local |
Hi, @ababeel-ceo |
I'm try to build a complex form which has (1-1) and (1-many) group eg: A book has a single author and it has multiple chapter (Just for example) book:{ So when get the data from user i can able bring the 1 nested object and nested array of object |
Hi Guys
I want to print the output data as like this
{
book_name : "xyz",
...
author : {
name : "abc",
...
}
},
Then how can i implement these in formengine
The text was updated successfully, but these errors were encountered: