laptop and a wrench

Bug

Features containing a plain quote do not get passed through with a custom URL to an ArcGIS Survey123 web form from the ArcGIS Field Maps application. From the Map Viewer, it is encoded to 27%, but in ArcGIS Field Maps, it is cut off.

ArcGIS Field Maps
Bug ID Number BUG-000166669
SubmittedApril 11, 2024
Last ModifiedSeptember 26, 2025
Applies toArcGIS Field Maps
Version found24.1.0
Operating SystemApple iOS
Operating System Version17.x
StatusWill Not Be Addressed

Additional Information

This will not be addressed. Instead, it is suggested to use Arcade and the UrlEncode parameter to encode the fields being populated and passed in the URL. An example using the data provided in this BUG: var itemId = "afb58b3dcd87428fa07af391c791256c"; var city = $feature.city; var street = $feature.Streetname; var url = "https://survey123.arcgis.app/?" + "itemID=" + itemId + "&field:city=" + UrlEncode(city) + "&field:street_name=" + UrlEncode(street); return url;

Workaround

It is suggested to use Arcade and the UrlEncode parameter to encode the fields being populated and passed in the URL. An example using the data provided in this BUG: var itemId = "afb58b3dcd87428fa07af391c791256c"; var city = $feature.city; var street = $feature.Streetname; var url = "https://survey123.arcgis.app/?" + "itemID=" + itemId + "&field:city=" + UrlEncode(city) + "&field:street_name=" + UrlEncode(street); return url;

Steps to Reproduce

Bug ID: BUG-000166669

Software:

  • ArcGIS Field Maps

Get notified when the status of a bug changes

Download the Esri Support App

Discover more on this topic

Get help from ArcGIS experts

Contact technical support

Download the Esri Support App

Go to download options