I am using the Form builder in Field Maps. I have a point type field with domains. I want the rest of the fields to show up when/if a certain point type is chosen. Eg. The Animal Den Comments field will appear if the Point Type is "Animal Den". This should be fairly straightforward from what I've read... the arcade syntax would be:
DomainName($feature, "POINT_TYPE") == "Animal Den"
Alternatively, the Leading Overstory Species field would appear if Leading Overstory was chosen as the Point Type:
DomainName($feature, "POINT_TYPE") == "Leading Overstory Composition"
But this does not seem to work... all of the attribute fields still appear in the map when editing features. Please and thank you for your help!