I am trying to access a public form and its associated public hosted feature layer in the Survey123 App without an AGOL sign in.
I'm calling the form using the custom URL:
arcgis-survey123://?itemID=b65be973015243768ab0c0216a96bd39&field:ArboristCooperator=Dudley R. Hartel&field:ITFD_ProcessStatus=NewDataPublicAccessHFL
to pass values to 2 attributes ArboristCooperator and ITFD_ProcessStatus. This part works.
Without my desktop App signed in, it opens, the form loads, I can enter the data; but, even when the form and HFL are both shared as "public" I get this error.
Is this (accessing a form thru App without sign in) just NOT supported?
Our objective is to provide easy access to non AGOL users (i.e. public form) with limited (or controlled) distribution of the App custom URL to qualified participants and have a value (in this case ITFD_ProcessStatus) set a "security key" that can be used in AGOL post-processing for QC.
Someone that might "find" the form and open it in a browser would be entering data without the passed values for our security RC post-processing (and we could deal with it).
Hi Dudley,
When a survey form and FS is shared publicly it should be possible to submit from the app without being signed in. Are you trying to submit attachments as well, or just a simple survey? Have you tested the web app also, can you submit successfully in web app when not signed in using the same survey?
Are there any views created when you shared the survey via the survey123 website, if so ensure they are also public, as well as the FS and survey form. Did you change any of the other permission on any of the items via AGO settings?
Phil.
the following are public:
HFL share status was the problem. Thanks - I'm not certain how that got missed!
I was also able to set this up as a desktop shortcut (on Windows), but you apparently can't have spaces in the attribute value being passed (it truncates everything after that first space)
arcgis-survey123://?itemID=b65be973015243768ab0c0216a96bd39&field:ArboristCooperator=Dudley R. Hartel&field:ITFD_ProcessStatus=CustomURL
I eliminated the spaces in the value being passed - DudleyHartel
arcgis-survey123://?itemID=b65be973015243768ab0c0216a96bd39&field:ArboristCooperator=DudleyHartel&field:ITFD_ProcessStatus=CustomURL
and it works