- Issue created by @nicxvan
- πΊπΈUnited States nicxvan
I think something is going on with the form because the field is not in the form array: https://git.drupalcode.org/project/conditional_fields/-/blob/4.x/src/Con...
So it looks like it's trying to get PG_field_container -> widget -> 0 -> subform -> custom_field -> widget -> 0 -> text -> format -> guidelines
guidelines does not exist, I have it hidden, maybe I can change that.
- πΊπΈUnited States nicxvan
Still not sure if this is conditional fields or custom field.
I found out that if I hide the format guidelines and help text then conditional fields blows up one conditional fields.
- πΊπΈUnited States apmsooner
Can't reproduce and seems like a conditional fields issue. Reopen if you discover otherwise. I personally think conditional fields type functionality could be handled in custom field module anyway. I'm not very inclined to support integration with a contrib module that is in alpha status and hasn't had a release in 6 months. Even the dev version has not had any merged commits since last December. That module is clearly not maintained IMO. Create a feature request if you want for our own version of conditional fields.
- πΊπΈUnited States nicxvan
We can actually just move the issue to that queue. I'll track it there.