- Issue created by @coaston
- πΊπΈUnited States apmsooner
Theres a "hidden" formatter for every field in the manage display settings. Is that what you're after or are you wanting to hide them in the form? The form fields havn't been tested with conditional fields module but would assume they aren't even recognized. You could do this with hook_form_alter and the #states api if you really needed that functionality too.
- πΈπ°Slovakia coaston
Thank you - you are right. Not recognized at all. Would appreciate your help with this in case you have some spare time to check.
- Status changed to Closed: works as designed
8 months ago 12:53pm 18 April 2024 - πΊπΈUnited States apmsooner
I don't really have time to provide a solution here as I'm not going to support the conditional fields module. That module is using the states api under the hood so all i can suggest is doing a hook_form_alter in your own custom module and using #states api for the visibility you need on these individual fields. Google search and/or AI may be way more help for you on this than me if you need full examples. Thanks.