POST
|
Hi. It is not possible to embed an app within a Survey123 web form. You could however embed a Survey123 form within a larger web app. Details here: https://community.esri.com/t5/arcgis-survey123-blog/introducing-the-survey123-web-app-javascript-api/ba-p/896667
... View more
4 weeks ago
|
1
|
0
|
86
|
POST
|
Hi. Looking at your XLSForm, it seems like your calculation generates a valid polygon. However, the output of the calculation does not automatically set the value of your geoshape question when your geoshape question is within a repeat. If I keep the geoshape within the repeat, I need to click the 'refresh' button for the calculation to set the value of the question. This is because somehow the geoshape question within the repeat is flagged as having a value entered by the user (which is not correct). When this happens, calculations do not overwrite the value unless the refresh button is pushed. If I remove the repeat, the value of the geoshape is set automatically as expected. I do not quite understand why you want to have the geoshape within a repeat. Do you want people to enter multiple polygons? If so, why would you calculate the polygon with a value that is common to all repeat records? Or is it because you want people to upload multiple files? If so, you could simply apply the multiline appearance to your file question and leave the geoshape and file questions outside a repeat. In any event, if for whatever reason you really need that geoshape to be within a repeat and have it calculated the way your XLSForm shows, then I suggest you open an Esri Technical Support incident. At first sight, the behavior does not seem correct. The geoshape question should take the value of the calculation, just like the extCty does. Finally, a couple of suggestions: You may want to use the minimal appearance for the county select_one The hidden appearance could also be handy to hide the multiple questions you have with intermediate values (MINX, MAXX, etc). You may also want to set the esriFieldType column to null so these intermediate values are not sent to the feature layer
... View more
4 weeks ago
|
0
|
1
|
82
|
POST
|
Hi. Yes, this is possible. For example, here I calculate the Body Mass Index of a person and use that value to present menu items in a list. The Body Mass Index is hidden to the user. The same goes with your original example, which should work well. I am guessing that your version of Survey123 Connect is old. If you are running using the latest version, attach your XLSForm to a reply. There might be something else we could not see in your screenshot.
... View more
4 weeks ago
|
1
|
0
|
90
|
POST
|
Hi. This is an oversight in the Survey123 Connect validation. I suggest you submit an official enhancement request via Esri Technical Suppport. In the meantime, you could do the following: Make your fields editable (temporarily) Publish the survey while the fields are read-write Switch the fields to read-only once the survey is published
... View more
4 weeks ago
|
1
|
0
|
62
|
POST
|
Hi Martha. I got your survey to work. Two suggestions: In your find_transect_name question calculation you should use a comma to separate the different strings you want to concatenate: This is not correct: 'concat('Transect_'+ ${TransectNumber_mgmt}) This is correct: 'concat('Transect_', ${TransectNumber_mgmt}) To calculate the position of the active repeat record, use the position(..) function into the calculation of the TransectNumber_mgmt question. The position(..) function is not supported yet in Survey123 Connect or the field app (unless you use the Beta 3.12 version), but it works great in the Survey123 web app (3.11 and newer). I hope this helps.
... View more
4 weeks ago
|
0
|
0
|
51
|
POST
|
Hi. I am guessing this is not really an issue with your Survey123 design, but an issue with an incompatibility of your audio file with your device or simply a configuration of your device. Here are the the usual things you will need to look at: XLSForm: Make sure the file name you specify in the media XLSForm column matches exactly the name of the file you copied into the media folder. iOS is case sensitive! It looks like you got this right, since you were able to play the file in your iOS when you plug your headphones. Codecs: It could be that your audio file codec is not compatible with your device. I typically create audio files with TechSmith Camtasia using either the mp3, m4a or wav file formats. All of them work fine in iOS. There are other tools out there to create audio files. It also seems like you got your file correct. Device speaker configuration: Make sure your phone is not in silent mode! Check this: https://support.apple.com/en-us/HT208353 I bet this is it! 🙂 In Survey123 Connect we include a sample design under the Community group called Cardenal Amarillo Sightings. It includes audio files of Yellow Cardinal Gubernatrix cristata. You may want to give this a go to make sure you have all configured properly in your device.
... View more
4 weeks ago
|
1
|
1
|
60
|
POST
|
Hi @LindseyStone Your scenario looks like a perfect fit for the new map-less geocoding functionality we added in the Early Adopter. Check for details here: https://earlyadopter.esri.com/project/article/item.html?cap=e69ef91f45744b98882c651f7b518eb7&arttypeid={5a8e51ed-4a87-43fe-a67d-2b7829af130f}&artid={53275B2E-4660-460A-9626-8459CA185691} In short: Using Survey123 Connect 3.11 Set the appearance of your geopoint question to geocode In the bind::esri:parameters column, target your own geocode item by adding geocode=<item ID> Use calculations in other questions to retrieve the geocoded address
... View more
12-21-2020
10:57 AM
|
0
|
0
|
135
|
POST
|
@ReneGonzalez @JayJohnsonWashoeCounty I am guessing you are running an old version of Survey123 connect? Please make sure you are running 3.11
... View more
12-21-2020
10:37 AM
|
1
|
1
|
269
|
POST
|
Hi @CA_-_ReneGonzalez__GISS_ Yes. It is possible. You can do that by adding a note question in your survey. The name of the question needs to be 'generated_note_form_submit_text'. The label in that question defines the text that will be displayed in the Submit button. Please note that this only will take effect in the Survey123 web app, since the field app does not use any text in the submit button.
... View more
12-15-2020
02:54 PM
|
0
|
2
|
318
|
Online Status |
Offline
|
Date Last Visited |
a week ago
|