formio / formio.js

JavaScript powered Forms with JSON Form Builder

Home Page:https://formio.github.io/formio.js

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

[Question] How can I use picklist view in Form.io

ababeel-ceo opened this issue · comments

I want a picklist view for a particular field

{
"name": "xxxxx",
"address": "zzzzz",
"manager": {
"name": "xyx",
"team": "super team"
}
}

In the parent form, I need to create a nested form with a one-to-one relationship to the parent form. The returned data should be structured as shown above.

When I select the manager, it should open the nested form, which needs to have a search specification (search field) and a grid. The grid should display records based on the search criteria. When I select a record from the grid, I want to return the manager object to the parent form.

Referencing the screenshot from Suite CRM, I want to replicate this structure in form.io. I have used "First name" for the picklist.!

WhatsApp Image 2023-12-08 at 11 53 47 AM

WhatsApp Image 2023-12-08 at 11 53 40 AM

WhatsApp Image 2023-12-08 at 11 53 47 AM