- Add nested Field Groups to generate fieldset inside fieldset. This will allow to make complex forms.
- Add to Conditions ability to hide/show entire nested Field Group. After adding new field we don't have to update parent condition each time to show/hide that field, as we can do it only once for entire group.
- Ability to edit hidden fields in backend. I'm using similar scenario as in famous student-teacher example to hide/show different fields in registration form by including ?usertype=teacher. The problem is when student becomes a teacher I need to change his/her usertype in the backend without editing database directly. This will allow to reveal teacher's field to that user on the profile page.
- It would be great to have a dedicated module where we can include just certain Field Groups to fill in and show it to specific user groups. Sometimes forcing user to fill the form inside profile page is not an option.
Thanks