Solved! Go to Solution.
<esri:infoWindowContent> <s:BorderContainer> <esri:AttributeInspector id="attrInsp" formItemsOrder="fieldInspector" featureLayers="{[myFeatureLayer]}"> <esri:FieldInspector featureLayer="{myFeatureLayer}" fieldName="parcels2.NAME" label="Parcel Owner Name"/> <esri:FieldInspector featureLayer="{myFeatureLayer}" fieldName="PPIN" label="Parcel ID Number"/> <esri:FieldInspector featureLayer="{myFeatureLayer}" visible="false" fieldName="parcels2.ZIPCODE_1" label="Zip Code"/> </esri:AttributeInspector> </s:BorderContainer> </esri:infoWindowContent>