<?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: Cannot enter location on browser, works on app in ArcGIS Survey123 Questions</title>
    <link>https://community.esri.com/t5/arcgis-survey123-questions/cannot-enter-location-on-browser-works-on-app/m-p/1663562#M64644</link>
    <description>&lt;P&gt;It appears your constraint isn't setup quite right according to the following post:&amp;nbsp;&lt;A href="https://community.esri.com/t5/arcgis-survey123-questions/constraining-a-geopoint-answer-to-a-given-area/td-p/1226819" target="_blank" rel="noopener"&gt;https://community.esri.com/t5/arcgis-survey123-questions/constraining-a-geopoint-answer-to-a-given-area/td-p/1226819&lt;/A&gt;&lt;/P&gt;&lt;P&gt;getRecordAt pulls a json&amp;nbsp; so you either need another helper to pull the attribute you wish to match or include it in your pulldata:&amp;nbsp;&lt;SPAN&gt;pulldata("@layer", "getValueAt","attributes.YOURFIELDNAME", "https....",&amp;nbsp;${location})&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.esri.com/t5/arcgis-survey123-blog/survey123-tricks-of-the-trade-pulldata-quot-layer/ba-p/1224415" target="_blank" rel="noopener"&gt;https://community.esri.com/t5/arcgis-survey123-blog/survey123-tricks-of-the-trade-pulldata-quot-layer/ba-p/1224415&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Then you need to match it to something. So if I am understanding correctly, you should move the pulldata into a helper field.&amp;nbsp; Create another helper field for your match, I am guessing it could be static. And then in your constraint, set the two helper fields equal to eachother&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;helperfield1 = "MatchingTermtoPolygon"&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;helperfield2 = pulldata("@layer", "getValueAt","attributes.YOURFIELDTHATMATCHES", "https....",&amp;nbsp;${location})&amp;nbsp; &amp;nbsp;with location will be your geopoint question.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;then in the constraint ${helperfield1}=${helperfield2}&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Hope that makes sense.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Wed, 05 Nov 2025 19:04:25 GMT</pubDate>
    <dc:creator>Neal_t_k</dc:creator>
    <dc:date>2025-11-05T19:04:25Z</dc:date>
    <item>
      <title>Cannot enter location on browser, works on app</title>
      <link>https://community.esri.com/t5/arcgis-survey123-questions/cannot-enter-location-on-browser-works-on-app/m-p/1663389#M64641</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;I created a survey using Connect, but want to collect data using the browser.&lt;/P&gt;&lt;P&gt;The &lt;EM&gt;geopoint&lt;/EM&gt; question requires the responder to drop on the point on the map, but when I click on the survey map in the browser, nothing happens. When I do the same operation on Survey123 app (android), it works fine.&lt;/P&gt;&lt;P&gt;Any idea how to fix this?&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;</description>
      <pubDate>Tue, 04 Nov 2025 21:12:11 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-survey123-questions/cannot-enter-location-on-browser-works-on-app/m-p/1663389#M64641</guid>
      <dc:creator>dsinha</dc:creator>
      <dc:date>2025-11-04T21:12:11Z</dc:date>
    </item>
    <item>
      <title>Re: Cannot enter location on browser, works on app</title>
      <link>https://community.esri.com/t5/arcgis-survey123-questions/cannot-enter-location-on-browser-works-on-app/m-p/1663541#M64642</link>
      <description>&lt;P&gt;Can you share any more details or screen shots of the behavior? Can you still pan/zoom the map? Are there any calculations on the geopoint question?&lt;/P&gt;</description>
      <pubDate>Wed, 05 Nov 2025 14:03:15 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-survey123-questions/cannot-enter-location-on-browser-works-on-app/m-p/1663541#M64642</guid>
      <dc:creator>Neal_t_k</dc:creator>
      <dc:date>2025-11-05T14:03:15Z</dc:date>
    </item>
    <item>
      <title>Re: Cannot enter location on browser, works on app</title>
      <link>https://community.esri.com/t5/arcgis-survey123-questions/cannot-enter-location-on-browser-works-on-app/m-p/1663551#M64643</link>
      <description>&lt;P&gt;Hello&amp;nbsp;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/763693"&gt;@Neal_t_k&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The following are the settings on the geopoint:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;&lt;EM&gt;appearance&lt;/EM&gt;: press-to-locate&lt;/LI&gt;&lt;LI&gt;&lt;EM&gt;default&lt;/EM&gt;: null&lt;/LI&gt;&lt;LI&gt;&lt;EM&gt;constraint&lt;/EM&gt;:&amp;nbsp;pulldata("@layer", "getRecordAt", "https....",&amp;nbsp;${location}) &lt;STRONG&gt;(appears as &lt;FONT color="#3366FF"&gt;blue&lt;/FONT&gt; outline polygon on the map)&lt;/STRONG&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;Despite these settings, the map attempts to detect the location of the device.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="dsinha_0-1762352427757.png" style="width: 400px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/143232i1ED27DBC8D3B582E/image-size/medium?v=v2&amp;amp;px=400" role="button" title="dsinha_0-1762352427757.png" alt="dsinha_0-1762352427757.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;Gives more error messages when it shouldn't.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="dsinha_1-1762352658000.png" style="width: 400px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/143233iBEE80D06753508D8/image-size/medium?v=v2&amp;amp;px=400" role="button" title="dsinha_1-1762352658000.png" alt="dsinha_1-1762352658000.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;Then when I try to click within the blue line to drop a point, this is what happens.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;div class="lia-vid-container video-embed-center"&gt;&lt;div id="lia-vid-6384553989112w400h249r159" class="lia-video-brightcove-player-container"&gt;&lt;video-js data-video-id="6384553989112" data-account="6161463677001" data-player="default" data-embed="default" class="vjs-fluid" controls="" data-application-id="" style="width: 100%; height: 100%;"&gt;&lt;/video-js&gt;&lt;/div&gt;&lt;script src="https://players.brightcove.net/6161463677001/default_default/index.min.js"&gt;&lt;/script&gt;&lt;script&gt;(function() {  var wrapper = document.getElementById('lia-vid-6384553989112w400h249r159');  var videoEl = wrapper ? wrapper.querySelector('video-js') : null;  if (videoEl) {     if (window.videojs) {       window.videojs(videoEl).ready(function() {         this.on('loadedmetadata', function() {           this.el().querySelectorAll('.vjs-load-progress div[data-start]').forEach(function(bar) {             bar.setAttribute('role', 'presentation');             bar.setAttribute('aria-hidden', 'true');           });         });       });     }  }})();&lt;/script&gt;&lt;a class="video-embed-link" href="https://community.esri.com/t5/video/gallerypage/video-id/6384553989112"&gt;(view in My Videos)&lt;/a&gt;&lt;/div&gt;&lt;/P&gt;&lt;P&gt;Thanks for your help.&lt;/P&gt;</description>
      <pubDate>Wed, 05 Nov 2025 14:29:26 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-survey123-questions/cannot-enter-location-on-browser-works-on-app/m-p/1663551#M64643</guid>
      <dc:creator>dsinha</dc:creator>
      <dc:date>2025-11-05T14:29:26Z</dc:date>
    </item>
    <item>
      <title>Re: Cannot enter location on browser, works on app</title>
      <link>https://community.esri.com/t5/arcgis-survey123-questions/cannot-enter-location-on-browser-works-on-app/m-p/1663562#M64644</link>
      <description>&lt;P&gt;It appears your constraint isn't setup quite right according to the following post:&amp;nbsp;&lt;A href="https://community.esri.com/t5/arcgis-survey123-questions/constraining-a-geopoint-answer-to-a-given-area/td-p/1226819" target="_blank" rel="noopener"&gt;https://community.esri.com/t5/arcgis-survey123-questions/constraining-a-geopoint-answer-to-a-given-area/td-p/1226819&lt;/A&gt;&lt;/P&gt;&lt;P&gt;getRecordAt pulls a json&amp;nbsp; so you either need another helper to pull the attribute you wish to match or include it in your pulldata:&amp;nbsp;&lt;SPAN&gt;pulldata("@layer", "getValueAt","attributes.YOURFIELDNAME", "https....",&amp;nbsp;${location})&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.esri.com/t5/arcgis-survey123-blog/survey123-tricks-of-the-trade-pulldata-quot-layer/ba-p/1224415" target="_blank" rel="noopener"&gt;https://community.esri.com/t5/arcgis-survey123-blog/survey123-tricks-of-the-trade-pulldata-quot-layer/ba-p/1224415&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Then you need to match it to something. So if I am understanding correctly, you should move the pulldata into a helper field.&amp;nbsp; Create another helper field for your match, I am guessing it could be static. And then in your constraint, set the two helper fields equal to eachother&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;helperfield1 = "MatchingTermtoPolygon"&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;helperfield2 = pulldata("@layer", "getValueAt","attributes.YOURFIELDTHATMATCHES", "https....",&amp;nbsp;${location})&amp;nbsp; &amp;nbsp;with location will be your geopoint question.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;then in the constraint ${helperfield1}=${helperfield2}&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Hope that makes sense.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 05 Nov 2025 19:04:25 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-survey123-questions/cannot-enter-location-on-browser-works-on-app/m-p/1663562#M64644</guid>
      <dc:creator>Neal_t_k</dc:creator>
      <dc:date>2025-11-05T19:04:25Z</dc:date>
    </item>
    <item>
      <title>Re: Cannot enter location on browser, works on app</title>
      <link>https://community.esri.com/t5/arcgis-survey123-questions/cannot-enter-location-on-browser-works-on-app/m-p/1663601#M64645</link>
      <description>&lt;P&gt;Thanks&amp;nbsp;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/763693"&gt;@Neal_t_k&lt;/a&gt;. I did look through the posts that you shared before I started working on this solution.&lt;/P&gt;&lt;P&gt;I modified the&amp;nbsp;&lt;SPAN&gt;getRecordAt expression because I was not trying to pull any value from the polygon layer, but only to use it as a kind of geofence. And, as I mentioned, it works in the Survey123 mobile app without any problem but fails to work in the browser version.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;I will try to figure out how incorporate the original expression and make it work.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 05 Nov 2025 16:26:53 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-survey123-questions/cannot-enter-location-on-browser-works-on-app/m-p/1663601#M64645</guid>
      <dc:creator>dsinha</dc:creator>
      <dc:date>2025-11-05T16:26:53Z</dc:date>
    </item>
    <item>
      <title>Re: Cannot enter location on browser, works on app</title>
      <link>https://community.esri.com/t5/arcgis-survey123-questions/cannot-enter-location-on-browser-works-on-app/m-p/1663627#M64646</link>
      <description>&lt;P&gt;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/786600"&gt;@dsinha&lt;/a&gt;&amp;nbsp;So you just want to make sure that the capture is inside the blue line.&amp;nbsp; what if you did something like this:&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;constraint: string-length(&lt;SPAN&gt;pulldata("@layer", "getValueAt","attributes.ANYFIELD", "https....",&amp;nbsp;${location}))&amp;gt;0&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;I changed it to getValueAt instead of getRecordAt, and you should be able to put any field that is not null. This should pull the content of a field and evaluate as greater than 0 if inside the polygon and should evaluate as 0 if outside the polygon.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 05 Nov 2025 17:18:21 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-survey123-questions/cannot-enter-location-on-browser-works-on-app/m-p/1663627#M64646</guid>
      <dc:creator>Neal_t_k</dc:creator>
      <dc:date>2025-11-05T17:18:21Z</dc:date>
    </item>
    <item>
      <title>Re: Cannot enter location on browser, works on app</title>
      <link>https://community.esri.com/t5/arcgis-survey123-questions/cannot-enter-location-on-browser-works-on-app/m-p/1663630#M64647</link>
      <description>&lt;P&gt;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/786600"&gt;@dsinha&lt;/a&gt;&amp;nbsp;Did some further testing, the constraint in the geopoint question is causing your original issue, if you remove it, it should work,&amp;nbsp; Then you will have to configure a constraint on a separate note field, it should act the same, not letting a user submit until the constraint is validated.&lt;/P&gt;&lt;P&gt;Edit: Added Example (Could use some fine tuning, but should be working)&amp;nbsp; I used a watershed polygon feature for an the example. If in the US should work,&amp;nbsp; outside of US should trigger the constraint.&amp;nbsp;&amp;nbsp;&lt;A href="https://www.arcgis.com/home/item.html?id=5bbefdcd2511472ea9abd0afedb85c7e" target="_blank" rel="noopener"&gt;https://www.arcgis.com/home/item.html?id=5bbefdcd2511472ea9abd0afedb85c7e&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 05 Nov 2025 18:16:47 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-survey123-questions/cannot-enter-location-on-browser-works-on-app/m-p/1663630#M64647</guid>
      <dc:creator>Neal_t_k</dc:creator>
      <dc:date>2025-11-05T18:16:47Z</dc:date>
    </item>
    <item>
      <title>Re: Cannot enter location on browser, works on app</title>
      <link>https://community.esri.com/t5/arcgis-survey123-questions/cannot-enter-location-on-browser-works-on-app/m-p/1663646#M64648</link>
      <description>&lt;P&gt;Thanks&amp;nbsp;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/763693"&gt;@Neal_t_k&lt;/a&gt;,&amp;nbsp;took your suggestion to pass on the constraint validation to different fields using this &lt;A href="https://community.esri.com/t5/arcgis-survey123-questions/possible-to-constrain-geopoint-response-location/m-p/1640013/highlight/true#M63698" target="_self"&gt;example&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Now its working in the browser version.&lt;/P&gt;</description>
      <pubDate>Wed, 05 Nov 2025 18:17:18 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-survey123-questions/cannot-enter-location-on-browser-works-on-app/m-p/1663646#M64648</guid>
      <dc:creator>dsinha</dc:creator>
      <dc:date>2025-11-05T18:17:18Z</dc:date>
    </item>
    <item>
      <title>Re: Cannot enter location on browser, works on app</title>
      <link>https://community.esri.com/t5/arcgis-survey123-questions/cannot-enter-location-on-browser-works-on-app/m-p/1663664#M64649</link>
      <description>&lt;P&gt;Just wanted to add that I ran into a "Failed to submit error". Followed the suggestion &lt;A href="https://community.esri.com/t5/arcgis-survey123-questions/failed-to-submit-error-in-survey123-form/td-p/1360526" target="_self"&gt;here&lt;/A&gt; and set &lt;EM&gt;bind::esri:fieldLength&lt;/EM&gt; to &lt;STRONG&gt;50000 &lt;/STRONG&gt;for the first &lt;EM&gt;pulldata&lt;/EM&gt; field, and the error disappeared.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 05 Nov 2025 19:04:28 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-survey123-questions/cannot-enter-location-on-browser-works-on-app/m-p/1663664#M64649</guid>
      <dc:creator>dsinha</dc:creator>
      <dc:date>2025-11-05T19:04:28Z</dc:date>
    </item>
    <item>
      <title>Re: Cannot enter location on browser, works on app</title>
      <link>https://community.esri.com/t5/arcgis-survey123-questions/cannot-enter-location-on-browser-works-on-app/m-p/1663666#M64650</link>
      <description>&lt;P&gt;You could set &amp;nbsp;bind::esri:fieldType = null for that question, if you don't need to capture it.&amp;nbsp; Then you don't have to worry about it.&lt;/P&gt;</description>
      <pubDate>Wed, 05 Nov 2025 19:10:16 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-survey123-questions/cannot-enter-location-on-browser-works-on-app/m-p/1663666#M64650</guid>
      <dc:creator>Neal_t_k</dc:creator>
      <dc:date>2025-11-05T19:10:16Z</dc:date>
    </item>
    <item>
      <title>Re: Cannot enter location on browser, works on app</title>
      <link>https://community.esri.com/t5/arcgis-survey123-questions/cannot-enter-location-on-browser-works-on-app/m-p/1663673#M64652</link>
      <description>&lt;P&gt;Thanks&amp;nbsp;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/763693"&gt;@Neal_t_k&lt;/a&gt;. This solution is more elegant.&lt;/P&gt;</description>
      <pubDate>Wed, 05 Nov 2025 19:21:12 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-survey123-questions/cannot-enter-location-on-browser-works-on-app/m-p/1663673#M64652</guid>
      <dc:creator>dsinha</dc:creator>
      <dc:date>2025-11-05T19:21:12Z</dc:date>
    </item>
  </channel>
</rss>

