I set up a feature class for code violations that uses a subtype to populate a field with a specific category based on what violation is selected. I published the data as a hosted feature layer to be used in an interactive web map (and, eventually, Collector), but in the popup, the violations subtype only shows the integer values and not the descriptions.
Is there a way to change this, without writing a huge expression of nested "If ## then ____"? Or should I have set up my data differently?