When you enable Popup on a Feature Layer that has Editor Tracking turned on, the Popup window contains information regarding the editor of the identified feature.
I want to display the popup without that info and couldn't find any option to do so (tried all the basic customization options).
Is there a way to create such popup (without server)?
Thanks in advance,
Solved! Go to Solution.
We added support in Dec 2018
New ArcGIS Online Functionality Supported by Customer Ideas (December 2018)
Unfortunately that option only seems to work on hosted features. Most of my layers are REST services and that check box is not available:
However, the edit information still shows in the popup:
If someone still needs it, just add the following code to the css file:
.esriAttributeInspector .atiEditorTrackingInfo {
display: none!important;
}