<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Uppercase text conversion in public web forms in Survey123 Connect in ArcGIS Survey123 Questions</title>
    <link>https://community.esri.com/t5/arcgis-survey123-questions/uppercase-text-conversion-in-public-web-forms-in/m-p/1694007#M65848</link>
    <description>&lt;P&gt;Hey Neal, thanks for the response. I thought about the geopoint question to start, but the survey is intended for older members of our community that prefer to enter their address manually as opposed to navigating through the map to add their location. I tested the regex constraint, and it looks like it only requires the first letter in the word to be caps. I think I'll use this as a temporary solution and add hint text to ensure the format goes "xyzx", but ideally I'm looking for a long term solution to make it as simple as possible for users of all ages/computer literacy to enter their address and have it match our GIS seamlessly. If anyone has any other ideas, please let me know!!&lt;/P&gt;</description>
    <pubDate>Wed, 01 Apr 2026 17:31:11 GMT</pubDate>
    <dc:creator>EthanMcGhee10</dc:creator>
    <dc:date>2026-04-01T17:31:11Z</dc:date>
    <item>
      <title>Uppercase text conversion in public web forms in Survey123 Connect</title>
      <link>https://community.esri.com/t5/arcgis-survey123-questions/uppercase-text-conversion-in-public-web-forms-in/m-p/1693831#M65835</link>
      <description>&lt;P&gt;Hi all, I'm developing a public-facing survey in Survey123 Connect intended for use in a web browser. The workflow involves users entering their address, which is then matched against a lookup CSV using pulldata(). To ensure consistent matches regardless of how users type their address, I need the input to be normalized by converting the input to uppercase and trimmed of any extra whitespace before the lookup runs.&lt;/P&gt;&lt;P&gt;I was able to accomplish this using pulldata("@javascript"), but I found out that JavaScript functions are not supported in public web forms. I've since explored every alternative I can find:&lt;/P&gt;&lt;P&gt;- upper() — not supported by Survey123's XLSForm validator&lt;BR /&gt;- translate() — also fails validation&lt;BR /&gt;- normalize-space() — not in Survey123's supported function list&lt;BR /&gt;- body::esri:inputMask — not viable here since street names vary in length&lt;/P&gt;&lt;P&gt;At this point it seems like there is no native formula-based workaround for converting user input to uppercase in a public web form. My options appear to be either instructing users to manually type in uppercase (poor UX) or rebuilding the CSV to handle case-insensitive matching somehow — neither of which is a clean solution.&lt;/P&gt;&lt;P&gt;My questions for the community:&lt;BR /&gt;1. Has anyone found a supported workaround for this in a public web form context?&lt;BR /&gt;2. If not, is this something worth submitting as an enhancement request to Esri? It feels like a gap that affects anyone trying to do text-based CSV lookups in public web forms.&lt;/P&gt;&lt;P&gt;Any guidance appreciated. Thanks!&lt;/P&gt;</description>
      <pubDate>Tue, 31 Mar 2026 22:22:22 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-survey123-questions/uppercase-text-conversion-in-public-web-forms-in/m-p/1693831#M65835</guid>
      <dc:creator>EthanMcGhee10</dc:creator>
      <dc:date>2026-03-31T22:22:22Z</dc:date>
    </item>
    <item>
      <title>Re: Uppercase text conversion in public web forms in Survey123 Connect</title>
      <link>https://community.esri.com/t5/arcgis-survey123-questions/uppercase-text-conversion-in-public-web-forms-in/m-p/1693875#M65842</link>
      <description>&lt;P&gt;Just a thought, it may not work for your work flow, but to get standardized addresses, have you considered a geopoint question and then pull the address information from that?&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.esri.com/t5/arcgis-survey123-blog/understanding-reverse-geocoding-in-survey123-3-0/bc-p/891645#:~:text=Table_title:%20Understanding%20reverse%20geocoding%20in%20Survey123%203.0,%7C%20calculation:%20%7C%20bind::esri:fieldType:%20%7C%20bind::esri:fieldLength:%20%7C" target="_blank"&gt;Understanding reverse geocoding in Survey123 3.0 - Esri Community&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Also if input mask doesn't work for you, you could try using a regex to make constraints. Split out the street address and try something like the code below:&lt;/P&gt;&lt;LI-CODE lang="sql"&gt;regex(., '^[A-Z]\S*(\s+[A-Z]\S*)*$')&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 01 Apr 2026 12:50:04 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-survey123-questions/uppercase-text-conversion-in-public-web-forms-in/m-p/1693875#M65842</guid>
      <dc:creator>Neal_t_k</dc:creator>
      <dc:date>2026-04-01T12:50:04Z</dc:date>
    </item>
    <item>
      <title>Re: Uppercase text conversion in public web forms in Survey123 Connect</title>
      <link>https://community.esri.com/t5/arcgis-survey123-questions/uppercase-text-conversion-in-public-web-forms-in/m-p/1694007#M65848</link>
      <description>&lt;P&gt;Hey Neal, thanks for the response. I thought about the geopoint question to start, but the survey is intended for older members of our community that prefer to enter their address manually as opposed to navigating through the map to add their location. I tested the regex constraint, and it looks like it only requires the first letter in the word to be caps. I think I'll use this as a temporary solution and add hint text to ensure the format goes "xyzx", but ideally I'm looking for a long term solution to make it as simple as possible for users of all ages/computer literacy to enter their address and have it match our GIS seamlessly. If anyone has any other ideas, please let me know!!&lt;/P&gt;</description>
      <pubDate>Wed, 01 Apr 2026 17:31:11 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-survey123-questions/uppercase-text-conversion-in-public-web-forms-in/m-p/1694007#M65848</guid>
      <dc:creator>EthanMcGhee10</dc:creator>
      <dc:date>2026-04-01T17:31:11Z</dc:date>
    </item>
    <item>
      <title>Re: Uppercase text conversion in public web forms in Survey123 Connect</title>
      <link>https://community.esri.com/t5/arcgis-survey123-questions/uppercase-text-conversion-in-public-web-forms-in/m-p/1694568#M65865</link>
      <description>&lt;P&gt;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/526260"&gt;@EthanMcGhee10&lt;/a&gt;&amp;nbsp;What about a text field with a geocode appearance?&amp;nbsp; After, you can use pulldata (@json) to parse if needed.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;A href="https://community.esri.com/t5/arcgis-survey123-blog/survey123-tricks-of-the-trade-addresses-and-the/ba-p/1099132" target="_blank" rel="noopener"&gt; Survey123 Tricks of the Trade: Addresses, and the XLSForm geocode appearance &lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 06 Apr 2026 12:48:56 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-survey123-questions/uppercase-text-conversion-in-public-web-forms-in/m-p/1694568#M65865</guid>
      <dc:creator>Neal_t_k</dc:creator>
      <dc:date>2026-04-06T12:48:56Z</dc:date>
    </item>
    <item>
      <title>Re: Uppercase text conversion in public web forms in Survey123 Connect</title>
      <link>https://community.esri.com/t5/arcgis-survey123-questions/uppercase-text-conversion-in-public-web-forms-in/m-p/1695059#M65917</link>
      <description>&lt;P&gt;That was exactly what I needed! I appreciate it. For others interested, I configured the address row use a custom locator by adding&amp;nbsp;geocode=&lt;SPAN&gt;&amp;lt;ItemID&amp;gt; of the locator in esri-bind-parameters of {address}&lt;/SPAN&gt;&amp;nbsp;for easier searching options and set a few calculation/constraint rows to ensure the data points are only created in my area of interest.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 08 Apr 2026 15:12:49 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-survey123-questions/uppercase-text-conversion-in-public-web-forms-in/m-p/1695059#M65917</guid>
      <dc:creator>EthanMcGhee10</dc:creator>
      <dc:date>2026-04-08T15:12:49Z</dc:date>
    </item>
  </channel>
</rss>

