Would love to see support for the conditional_fields module! Any work being done on this?
I'd be glad to help with the effort if joachim and others wanted to suggest a path forward. I've been pouring over the code for this module and it's beautifully written.
Should we introduce support with a submodule, ala flexiform_field_groups?
| Comment | File | Size | Author |
|---|---|---|---|
| #2 | 2124191-2.patch | 33.79 KB | rlmumford |
Comments
Comment #1
rlmumfordI'd love to see this feature as well. At the moment I get round it by using the form states api is a flexiform build_alter hook, but a UI for it would be great! I don't have time to work on it at the moment, but if you want to give it ago and ask questions I'm happy to help anyway I can.
Comment #2
rlmumfordFinally got round to doing some work on this! This requires the following patch on conditional fields to work (I think).
#2298953: conditional_fields_attach_dependency uses '#parents' instead of '#array_parents'
Comment #3
rlmumfordComment #4
rlmumfordCommitted this. Further fixes and incremental improvements can be worked out in new issues.