|
POST
|
Hello @KateDoughty1, After you publish your survey you can use the width URL parameter to make the width of the survey a little wider and remove the scroll bar.
... View more
03-24-2023
12:09 PM
|
0
|
2
|
1361
|
|
POST
|
Hello @ShawnHarris_CAR, Unfortunately, this workflow falls under the inability to access local files limitation in JavaScript functions. If you provide a JavaScript function an input of an image question the function will receive the image name instead of the actual image. Since you plan on using the web app to collect data, you may be able to embed the survey in a web page and use the web app JavaScript API to extract the base64 image and call a JavaScript file in your web page to upload the image to the computer vision tool.
... View more
03-24-2023
12:06 PM
|
0
|
1
|
1608
|
|
POST
|
Hello @Hopkins_Gina, If you look at the domain in the feature service for the State/Province field does Arizona and Arkansas have the same domain name?
... View more
03-24-2023
11:52 AM
|
1
|
0
|
1768
|
|
POST
|
Hello @JohnLucotch2, If you have the TPK linked to the survey there isn't a way to force a user to update the map. If you move the TPK to the media folder for the survey you can enable the option to require updating to the latest version of the survey.
... View more
03-23-2023
03:18 PM
|
1
|
0
|
986
|
|
POST
|
Hello @ChristinaCroll, As long as randomize=true isn't in the parameters column of the XLSForm the choices should display in the order they're in the choices worksheet.
... View more
03-23-2023
02:52 PM
|
0
|
2
|
1675
|
|
POST
|
Hello @JoeGross, The first suggestion/consideration is decide if you want your QR code to link to the Survey123 web app, the Survey123 field app, or let the user decide. This is because the URL to use is slightly different for each workflow. From there you will need to use the field:fieldname=value URL parameter(s) to prepopulate the field in the survey. Good places to start are the Survey123 Tricks of the Trade: Web form URL parameters and Understanding Survey123's custom URL Scheme Esri Community blogs. Depending on if you are planning to use the web app or field app the Integrate with other apps documentation has really nice tables that show what URL parameters are supported for both workflows. Since you are want to use a QR code if you want to open the Survey123 field app the custom URL scheme isn't going to work, but Survey123 links will (https://survey123.arcgis.app) although both use the exact same parameters so the information in the custom URL scheme blog also applies if you are using the Survey123 link As for the same QR code being scanned by two different people, saving a survey to a draft is only local to person 1's device. Person 2 on their own device would not be able to access a draft survey that's on person 1's device. The workflow I would suggest to answer the second question assumes you already have the assets in your GIS infrastructure (meaning you already have a feature service with the asset locations and asset ID in the attribute table) and you only need to edit the data as opposed to collect new records. In this scenario I would suggest using URL parameters to edit the existing record so that when person 1 scans the QR code they are brought to the record and can fill out the delivery information. They will need to submit the survey, then person 2 can scan the QR code again, the same record will be opened and they will be able to complete the receiving information. Depending on how you want this set up it may require some logic in the form to only show or hide sections of the survey depending on what's already been filled out.
... View more
03-23-2023
11:26 AM
|
0
|
3
|
5214
|
|
POST
|
Hello @WilmerWoudwijk1, This is a defect with the Survey123 website (BUG-000154545) please feel free to reach out to Esri Technical Support to attach yourself to the defect. Unfortunately there isn't a workaround to the issue, but the issue is a UI glitch meaning the survey will function as expected and any updates or republishes of the survey will complete successfully the issue is the notification is incorrectly displaying.
... View more
03-23-2023
11:02 AM
|
0
|
0
|
1047
|
|
POST
|
Hello @Sven_Harpering, I had brought this up with the team and the decision has been made to remove CAPTCHA (beta) from the 3.17 local website installation and is not anticipated in the final release. There are a few technical reasons it has been removed from the local website install, but one of the major reasons is a disconnect in how we are seeing CAPTCHA used vs how the Survey123 local website is used. We have seen CAPTCHA used in public surveys to prevent spam submissions, but we have seen the Survey123 local website used internally within organizations. With the local website used within organizations and not with public surveys CAPTCHA doesn't quite make sense. We wanted to reach out and ask what the use case of CAPTCHA in an internal survey is? Please feel free to follow up offline if that's preferable, feel free to email me at [email protected] or the Survey123 team alias at [email protected] and we'll be happy to discuss.
... View more
03-22-2023
11:02 AM
|
2
|
1
|
2840
|
|
BLOG
|
Hello @DataOfficer, It looks like you may be using an older version of the notebook, if you navigate to line 129 in your redacted.py file there will be a line of code that says itm.update(surveyProp,updateZip) Try switching the surveyProp variable in that update method to an empty dictionary `{}` does that resolve the issue? From the error it looks like the size of the request generated from the update() method is very large. Typically this could be due to a very large dictionary containing the properties of the survey. While the properties are required for the update() method it can be an empty dictionary. If the behavior still persists after switching the properties in the update() method to an empty string the issue is then likely your survey form item is very large. If it contains redundant or unused files in the media folder it may be worth considering removing them.
... View more
03-16-2023
11:20 AM
|
1
|
0
|
7846
|
|
POST
|
Hello @mshanaghan, This feature is supported in the web designer and the web app. Please see the pulldata("@layer") Esri Community blog for more information.
... View more
03-13-2023
12:13 PM
|
0
|
1
|
4594
|
|
POST
|
Hello @CarlBeyerhelm1, Are you looking to access this information in the survey itself? Are you loading records from the Inbox?
... View more
03-08-2023
08:06 AM
|
0
|
0
|
967
|
|
POST
|
Hello @mshanaghan, This is possible using the pulldata("@layer") function to query the feature service for the geometry then populate a geoshape question with it. Please check out the Query a feature layer sample in Connect on the third page there is a section that shows populating a geoshape question using pulldata("@layer").
... View more
03-07-2023
05:50 PM
|
1
|
4
|
4623
|
|
POST
|
Hello @FionaTaylor, I would suggest reaching out to Esri Technical Support to take a deeper look into the issue. Just to confirm are all the survey resources in their correct folder in your content or have they been moved?
... View more
03-07-2023
05:37 PM
|
0
|
0
|
1660
|
|
POST
|
Hello @anonymous55, Are you looking to populate a choice list with latitude and longitude pairs, or are you looking to extract the latitude and longitude values into one single question / separate questions?
... View more
03-07-2023
05:32 PM
|
0
|
0
|
784
|
|
POST
|
Hello @BenClark, Are the values that are displaying in the filter UI in a domain? If so, removing the domain will prevent them from displaying. If the values are not in a domain is query enabled on the feature service?
... View more
03-03-2023
04:11 PM
|
0
|
1
|
2214
|
| Title | Kudos | Posted |
|---|---|---|
| 1 | 06-04-2026 03:20 PM | |
| 1 | 05-22-2026 03:26 PM | |
| 1 | 02-27-2026 02:55 PM | |
| 6 | 12-17-2025 01:51 PM | |
| 1 | 11-04-2025 02:14 PM |
| Online Status |
Offline
|
| Date Last Visited |
4 weeks ago
|