Bug
| Bug ID Number | BUG-000138708 |
|---|---|
| Submitted | April 2, 2021 |
| Last Modified | June 5, 2024 |
| Applies to | ArcGIS Survey123 |
| Version found | 3.12 |
| Operating System | Windows OS |
| Operating System Version | 10.0 64 Bit |
| Status | As Designed |
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.
Bug ID: BUG-000138708
Software:
Get help from ArcGIS experts
Download the Esri Support App