|
POST
|
Hi Nick, This is related to an issue with the form validation web service. See this related post. The team says they're working hard and hope to have it fixed by tomorrow! Fingers crossed! That being said, if you need help diagnosing the issue before this is fixed, you can post the form and perhaps we can help!
... View more
03-28-2022
12:09 PM
|
0
|
1
|
2348
|
|
POST
|
You can do this, all you have to do is load the georeferenced image as a tile layer.
... View more
03-25-2022
01:27 PM
|
0
|
0
|
1080
|
|
POST
|
Hello! See this post - the Esri Survey123 team is looking into this. It's related to an issue with a web service, apparently. https://community.esri.com/t5/arcgis-survey123-questions/error-converting-xlsform-survey123-connect-3-14/m-p/1157438#M41587
... View more
03-25-2022
11:49 AM
|
1
|
0
|
1046
|
|
POST
|
Thanks Ismael! I know these bugs are frustrating for everyone, but we appreciate your hard work!
... View more
03-25-2022
09:16 AM
|
1
|
0
|
5314
|
|
POST
|
This is a really interesting question, I too would like to hear what other people have found to work best for them. Personally, I usually use underscores in the list_name if it needs to be more than one word, which is just a habit based on my departments convention. As for Name vs. Label, it depends on if the list will be used in a select_one or select_multiple question. If it's for a select_one question, I usually make the Name and Label identical, so I don't have to worry about which version will appear in the tabular version of the data. I haven't had any issues with special characters, it seems to accept the same format. If it's for select_multiple, then I use underscores in the name since it won't allow spaces. Also, maybe it's a holdover from other programming courses I've taken, but I almost always use lowercase letters in my coded values (list_name, name, etc). There are also times where the Label needs to be an entire sentence or two based on the form I'm constructing. My approach for the name varies depending on how I need the answer formatted. Sometimes, the Label will be an entire sentence but the Name is only a number. I can then use this number in calculations elsewhere in the form, since it's used as an overall score for that metric. (i.e. If the user selects the option "Less than 10% of the bottom covered by excessive sediment deposition; bars with established vegetation.", assign a score of 5.) If I don't need to use the value in a calculation and I have many different choices, sometimes I just use acronyms and numbers. (i.e. I have a "Prescribed Burn Checklist" question in my survey, with 12 different values. The Label will usually be pretty long, but the Name will just be something like pb1, pb2, etc.) Anyway, that's my approach. 🙂
... View more
03-24-2022
07:20 AM
|
1
|
0
|
6144
|
|
POST
|
@IsmaelChivite @JamesTedrick Seems like this is a pretty widespread issue - any chance the Survey123 team will be able to look into this?
... View more
03-24-2022
06:36 AM
|
0
|
0
|
7774
|
|
POST
|
@jcarlson explained it perfectly. I just wanted to add on that you might want to set the value in the bind::esri:fieldType column in the XLS form to null for those "report" questions in the form. This is helpful when questions need to be used in the survey for calculations or to help with UI, but you don't want/need them in the final schema of the feature layer. Hope that helps!
... View more
03-24-2022
05:45 AM
|
2
|
0
|
3775
|
|
IDEA
|
As the title says....adding syntax highlighting would (hopefully?) be a fairly small change but extremely useful when making small edits to scripts in the Survey123 Connect interface. I have found it often works smoother to edit the scripts within Connect, rather than a separate IDE that does offer syntax highlighting. As we can see, right now it's all just black text, which isn't as easy to visually parse out.
... View more
03-23-2022
01:13 PM
|
1
|
1
|
1110
|
|
POST
|
I just had the same thing happen to me! I also recently upgraded to 3.14.
... View more
03-23-2022
10:57 AM
|
0
|
0
|
7850
|
|
POST
|
What User Type/Role does the user have that is trying to make the edits?
... View more
03-23-2022
08:13 AM
|
0
|
1
|
1630
|
|
POST
|
Hi Victoria! So, I hadn't actually done this before but I took a look at the original post you linked to and I believe I understand. When you created your story map, you chose "embed" and then provided the URL to your web app in this field, correct? So, instead of just posting a plain URL, enter the code that is mentioned in the solution to the original post. <style>.embed-container {position: relative; padding-bottom: 80%; height: 0; max-width: 100%;} .embed-container iframe, .embed-container object, .embed-container iframe{position: absolute; top: 0; left: 0; width: 100%; height: 100%;} small{position: absolute; z-index: 40; bottom: 0; margin-bottom: -15px;}</style><div class="embed-container"><iframe width="500" height="400" frameborder="0" scrolling="no" marginheight="0" marginwidth="0" title="Map Title" src="FULL URL OF MY WEB APP MAP&mobileBreakPoint=100"></iframe></div> Where the URL of your web app goes where the red text is. The "Map Title" text I highlighted in blue can also be changed to be descriptive of your web map. Give that a try, I hope it helps! - Katherine
... View more
03-22-2022
02:30 PM
|
1
|
0
|
1200
|
|
POST
|
Thanks Ismael. I updated my version of Connect to the latest version (3.14) and the grids appear to be working. Not sure why it would have stopped working in a previous version though, because it used to work... I admit I was a bit "scared" to upgrade, as I've heard about so many issues after upgrading to 3.14. But, fingers crossed things will be fine since it's been a while now since the new version release. Thanks!
... View more
03-22-2022
11:41 AM
|
0
|
1
|
2842
|
|
POST
|
Hello, I've used grid layouts in surveys before, and I thought I understood how they worked...not that complicated of a concept. But today I was trying to start a new survey and none of the grid settings were working. For instance, if I set a group to have appearance w6, and then the next two questions to have appearance of w3, (so that only those two questions would be on a single line), it doesn't change anything and the entire group still shows 6 questions per line. I even opened the sample Grid Layouts survey, and when I look at the preview in Survey123 Connect it looks extremely "wonky". This is what the preview looks like. This is the XLS form it's based on, provided by Esri. What's going on?
... View more
03-18-2022
02:40 PM
|
0
|
4
|
2924
|
|
POST
|
Yup! Sounds like you'll want to look into choice filters https://community.esri.com/t5/arcgis-survey123-blog/survey123-tricks-of-the-trade-choice-filters/ba-p/894046
... View more
03-18-2022
01:10 PM
|
2
|
0
|
1139
|
| Title | Kudos | Posted |
|---|---|---|
| 1 | Thursday | |
| 1 | 3 weeks ago | |
| 4 | 3 weeks ago | |
| 6 | 3 weeks ago | |
| 1 | 3 weeks ago |
| Online Status |
Online
|
| Date Last Visited |
yesterday
|