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 Number BUG-000138708
SubmittedApril 2, 2021
Last ModifiedJune 5, 2024
Applies toArcGIS Survey123
Version found3.12
Operating SystemWindows OS
Operating System Version10.0 64 Bit
StatusAs Designed

Additional Information

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.

Steps to Reproduce

Bug ID: BUG-000138708

Software:

  • ArcGIS Survey123

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