I need to set up a reporter app for data collection from the public with users' names, emails and phone numbers. I realize I can have that data hidden from the map using views, but the underlying REST endpoint is still public with the sensitive info.
I tried setting up limited access using this method: https://support.esri.com/en-us/knowledge-base/how-to-limit-access-to-secured-hosted-services-or-map-s-000017029 but once the layer is created, reporter is throwing an error that the layer isn't editable.
Is there a way to configure public data collection that actually keeps the data secure, similar to Survey 123?