Hi!
I am trying to force a text input in Survey123 to be all Capital letters, to avoid mistakes and, yes! y tried using InputMask, but that is only useful if you are using a fixed format and not a FREE TEXT.
Any other solution?
Thanks
Hi @AlejandroMadrigal, I believe the regex() calculation in Survey123 Connect is what you are looking for. Regular expressions are sequences of characters that define a search pattern. They can be used to constrain data entry.
The formula you might want to try is regex(.,'^[A-Z]*$')
For more information, please see the following links:
Hope that gets you started.
Thank you so much Dylan!
But I am looking for a way of automatically turn any text into capital letters. Your suggested hint only prevent user when not writing in capitals. EsriMaskinput does that, but with a fixed mask, not for a free text.
Besta Regards
Hi @AlejandroMadrigal, have you tried using the Excel UPPER function on a calculation row in your XLSForm?
Hello! I was just running into the same issue, and I was able to resolve it in the feature report step by setting my font effect to "All caps." I know it doesn't fix this within the data tables, but if you need it on the feature report end, I've found this to be a good workaround.
Angemeldete Mitglieder können Beiträge verfassen, Updates folgen und mehr. Neu hier? Registriere ein kostenloses Konto.
Find useful guides, FAQs, and documents to help you navigate and make the most of Esri Community.