This will be admittedly tricky because I can't show any of our data. The (highly truncated) image below shows the very top line of the information that appears in the edit widget panel when a parcel is selected in an experience I am working on. It is the county name, and I don't want it. I'd like it to be either the parcel id or blank. I cannot figure out where the 'decision' to display this field is being made. The popup of the layer does not include the county field and the form as configured in the map ('use map settings' is selected) does not have the country field in it. This value apparently has nothing to do with either the form-settings or the popup configuration, but I cannot find where in edit widget settings it can be controlled. Is it possible to change/remove this value?
Thank you,
Randy McGregor
Hi @RandyMcGregor_BMcD ,
If you are in ArcGIS Online, the label at the top for a selected feature you are editing should reflect the Pop-up title configured for the layer in the map (or saved against the layer item itself).
If you are using an earlier version, such as an Enterprise version, this may be displaying the value from the Display Field, which you determine when you publish your feature service.
This would be similar to this post> Edit Widget - Choosing the Asset Title to display ... - Esri Community, and to resolve this, you need to update the Display Field > How To: Change Display Field Using ArcGIS Server Services Directory REST API.
Thank you Alix. The Edit widget leverages the configured forms in the web map. The top line of the form is 'Survey Parcels' The county name is coming in above that. It's almost like it's the title of the Edit widget.
In your image, "McKenzie" is coming from the selected feature's attributes (the feature you are editing). What displays here would depend on the title you defined in the popup configuration for that layer, or on the display field you defined when publishing the feature service.
Thanks. The selected features are the Survey Parcels layer and the county field is not in the popup configuration or forms. Looks like it's the display field in the feature service. I'll look into changing that. Thank you for your help.