<?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: How to set multiple constraints and appearance to a field? in ArcGIS Survey123 Questions</title>
    <link>https://community.esri.com/t5/arcgis-survey123-questions/how-to-set-multiple-constraints-and-appearance-to/m-p/1054912#M34386</link>
    <description>&lt;P&gt;Hi Doug, thank you for that. Unfortunately as far as I know inputmasks are not supported in the web form, so I've been forced to use regex in the constraint..&lt;/P&gt;</description>
    <pubDate>Wed, 05 May 2021 20:54:52 GMT</pubDate>
    <dc:creator>JulietK</dc:creator>
    <dc:date>2021-05-05T20:54:52Z</dc:date>
    <item>
      <title>How to set multiple constraints and appearance to a field?</title>
      <link>https://community.esri.com/t5/arcgis-survey123-questions/how-to-set-multiple-constraints-and-appearance-to/m-p/1050410#M34089</link>
      <description>&lt;P&gt;Hi, I would like to set constraints to a field to use csv pulldata AND prevent lowercase entry ( regex(., '[A-Z]$') ), but unsure how to do so. I tried putting an 'AND' between the two formulas but it returned an error. Any idea how I can set more than one constraint to a field?&lt;/P&gt;&lt;P&gt;I understand I could use inputmask to prevent lowercase entries, but inputmasks only work on field apps and not in the browser survey pages..&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Secondly, I am looking to arrange some select_one questions into grid style so that they are side by side rather than on top of each other, which makes the survey form longer and takes up unnecessary space. The select_one questions need to be autocomplete, so I have the appearance set to autocomplete. But to arrange these into grids I need to enter 'w2' into the appearance column for the same fields as well...which also returns an error when I try 'AND' in between 'autocomplete' and 'w2'.&amp;nbsp; How do I set multiple appearance types to a field?&lt;/P&gt;</description>
      <pubDate>Thu, 22 Apr 2021 22:10:26 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-survey123-questions/how-to-set-multiple-constraints-and-appearance-to/m-p/1050410#M34089</guid>
      <dc:creator>JulietK</dc:creator>
      <dc:date>2021-04-22T22:10:26Z</dc:date>
    </item>
    <item>
      <title>Re: How to set multiple constraints and appearance to a field?</title>
      <link>https://community.esri.com/t5/arcgis-survey123-questions/how-to-set-multiple-constraints-and-appearance-to/m-p/1054746#M34373</link>
      <description>&lt;P&gt;it is just w2 autocomplete.&amp;nbsp; So just a space not a and.&lt;/P&gt;&lt;P&gt;Your other question if you are pulling the data why are they also typing in?&amp;nbsp; Just pull it into a note.&amp;nbsp; I am not sure I get that you are asking.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 05 May 2021 16:32:00 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-survey123-questions/how-to-set-multiple-constraints-and-appearance-to/m-p/1054746#M34373</guid>
      <dc:creator>DougBrowning</dc:creator>
      <dc:date>2021-05-05T16:32:00Z</dc:date>
    </item>
    <item>
      <title>Re: How to set multiple constraints and appearance to a field?</title>
      <link>https://community.esri.com/t5/arcgis-survey123-questions/how-to-set-multiple-constraints-and-appearance-to/m-p/1054881#M34383</link>
      <description>&lt;P&gt;Hi Doug, thanks for your response! I couldn't find any documents on being able to use just a space for multiple appearance.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Re: the text with pulldata question - pulldata is being used alongside a constraint formula for the text field, to get the field to return an error if a value matching in the external csv is typed in. But I am needing to constrain the field to uppercase values only, for obvious reasons.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 05 May 2021 20:07:35 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-survey123-questions/how-to-set-multiple-constraints-and-appearance-to/m-p/1054881#M34383</guid>
      <dc:creator>JulietK</dc:creator>
      <dc:date>2021-05-05T20:07:35Z</dc:date>
    </item>
    <item>
      <title>Re: How to set multiple constraints and appearance to a field?</title>
      <link>https://community.esri.com/t5/arcgis-survey123-questions/how-to-set-multiple-constraints-and-appearance-to/m-p/1054888#M34385</link>
      <description>&lt;P&gt;To force uppercase I think you want input mask not a constraint.&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;See here&amp;nbsp;&amp;nbsp;&lt;A href="https://doc.arcgis.com/en/survey123/desktop/create-surveys/esricustomcolumns.htm" target="_blank"&gt;https://doc.arcgis.com/en/survey123/desktop/create-surveys/esricustomcolumns.htm&lt;/A&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 05 May 2021 20:17:02 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-survey123-questions/how-to-set-multiple-constraints-and-appearance-to/m-p/1054888#M34385</guid>
      <dc:creator>DougBrowning</dc:creator>
      <dc:date>2021-05-05T20:17:02Z</dc:date>
    </item>
    <item>
      <title>Re: How to set multiple constraints and appearance to a field?</title>
      <link>https://community.esri.com/t5/arcgis-survey123-questions/how-to-set-multiple-constraints-and-appearance-to/m-p/1054912#M34386</link>
      <description>&lt;P&gt;Hi Doug, thank you for that. Unfortunately as far as I know inputmasks are not supported in the web form, so I've been forced to use regex in the constraint..&lt;/P&gt;</description>
      <pubDate>Wed, 05 May 2021 20:54:52 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-survey123-questions/how-to-set-multiple-constraints-and-appearance-to/m-p/1054912#M34386</guid>
      <dc:creator>JulietK</dc:creator>
      <dc:date>2021-05-05T20:54:52Z</dc:date>
    </item>
    <item>
      <title>Re: How to set multiple constraints and appearance to a field?</title>
      <link>https://community.esri.com/t5/arcgis-survey123-questions/how-to-set-multiple-constraints-and-appearance-to/m-p/1057591#M34587</link>
      <description>&lt;P&gt;Just saw input masks are coming to the web in the next version.&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Input masks provide a set format for data entry by using characters and symbols. When you apply an input mask to a question, all responses must follow the specific pattern defined by the input mask.&amp;nbsp;Input masks have been available since the early days&amp;nbsp;in Connect and completed in the field app. In 3.13, input masks will also function in web apps.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 13 May 2021 13:16:45 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-survey123-questions/how-to-set-multiple-constraints-and-appearance-to/m-p/1057591#M34587</guid>
      <dc:creator>DougBrowning</dc:creator>
      <dc:date>2021-05-13T13:16:45Z</dc:date>
    </item>
    <item>
      <title>Re: How to set multiple constraints and appearance to a field?</title>
      <link>https://community.esri.com/t5/arcgis-survey123-questions/how-to-set-multiple-constraints-and-appearance-to/m-p/1057932#M34601</link>
      <description>&lt;P&gt;Ooh that's exciting to hear, thank you for the information and I'll really be looking forward to 3.13!&lt;/P&gt;</description>
      <pubDate>Thu, 13 May 2021 23:41:43 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-survey123-questions/how-to-set-multiple-constraints-and-appearance-to/m-p/1057932#M34601</guid>
      <dc:creator>JulietK</dc:creator>
      <dc:date>2021-05-13T23:41:43Z</dc:date>
    </item>
  </channel>
</rss>

