laptop and a wrench

Bug

Email questions do not appear in the ArcGIS Survey123 survey form when created in ArcGIS Survey123 Connect.

ArcGIS Survey123
Bug-ID-Nummer BUG-000138708
EingereichtApril 2, 2021
Zuletzt geändertJune 5, 2024
Gilt fürArcGIS Survey123
Gefunden in Version3.12
BetriebssystemWindows OS
Betriebssystemversion10.0 64 Bit
StatusAs Designed

Zusätzliche Informationen

According to the ArcGIS Survey123 documentation, email questions are a string field that is hidden and does not appear on the form. When logged in to ArcGIS Online or ArcGIS Enterprise, this field is automatically populated with the account email address.  Refer to the following documentation for additional information: https://doc.arcgis.com/en/survey123/desktop/create-surveys/xlsformessentials.htm.

Workaround

1) Add the following regular expression to the constraint column of the survey XLSForm per Formulas—ArcGIS Survey123 | Documentation:

regex(., '^(([^<>()\[\]\\.,;:\s@"]+(\.[^<>()\[\]\\.,;:\s@"]+)*)|(".+"))@((\[[0-9]{1,3}\.[0-9]{1,3}\.[0-9]{1,3}\.[0-9]{1,3}])|(([a-zA-Z\-0-9]+\.)+[a-zA-Z]{2,}))$')

This modification of the above expression constrains input to match the format of an email address while accepting non-English characters:

regex(., '^(([^<>()\[\]\\.,;:\s@"]+(\.[^<>()\[\]\\.,;:\s@"]+)*)|(".+"))@((\[[0-9]{1,3}\.[0-9]{1,3}\.[0-9]{1,3}\.[0-9]{1,3}])|(([a-zA-Z\u0400-\uffff\-0-9]+\.)+[a-zA-Z\u0400-\uffff]{2,}))$')

 

2) Create the survey in ArcGIS Survey123 web designer, if possible.

Schritte zur Reproduzierung

Bug-ID: BUG-000138708

Software:

  • ArcGIS Survey123

Benachrichtigung erhalten, wenn sich der Status eines Bugs ändert

Esri Support App herunterladen

Weitere Informationen zu diesem Thema erkunden

Unterstützung durch ArcGIS-Experten anfordern

An den technischen Support wenden

Esri Support App herunterladen

Zu Download-Optionen wechseln