Hello All,
What I would like to do is push attributes from a web layer in a web map to a Survey123 form. This is easy if you are pushing to the app version of Survey123. You use something like this:
https://survey123.arcgis.app?itemID=xxxxxxxxxxxxxxxxxxxxxxxxxxxxe&field:address={OwnersMailingLabel}
or
arcgis-survey123://open=web?itemID=xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx&field:address={OwnersMailingLabel}
What I would like to know is if is possible make the same push to open the form with the attribute transfer and force it to open in a web browser version of the form? And still have the attributes pushover to the form in the web browser?
I did find this https://community.esri.com/t5/arcgis-survey123-blog/survey123-tricks-of-the-trade-web-form-url/ba-p/...
It talks about under the section: "Set the app that will open your survey (open)" using ...?open=web or menu, but the url method in the popup does not seem to honor it.