Survey123 display multiple layers to view on map location?

2709
5
Jump to solution
07-30-2021 10:26 AM
AlexP_
by
Occasional Contributor III

Hello,

I have survey123 connect and feature service. It has been a while I haven't used it. I am unable to find information.  I am trying to set up to create an address (geopoint) with map location.

1) Is there a way to view other layers on the same map location?

2) Also , when to create an address (point), pull data polygon information? 

Can you please kindly point and assist? Thank you

Alex

2 Solutions

Accepted Solutions
jcarlson
MVP Esteemed Contributor

First question: yes! See this page for details on how. Easiest method is to use a web map via Linked Content.

Second question: yes! Now that custom JS functions are available, you can easily intersect your survey point with other layers. The linked page has a great example that can easily be adapted.

- Josh Carlson
Kendall County GIS

View solution in original post

Ruth_JiatengXu
Esri Contributor

Hi @AlexP_ 

You can use URL parameters ?mode=edit&globalId={globalId} to edit a submitted record.

The full URL will look like: https://survey123.arcgis.com/share/{surveyId}?mode=edit&globalId={globalId} 

See this blog for details: https://community.esri.com/t5/arcgis-survey123-blog/survey123-tricks-of-the-trade-web-form-url/ba-p/...

Thanks,

Ruth

View solution in original post

5 Replies
jcarlson
MVP Esteemed Contributor

First question: yes! See this page for details on how. Easiest method is to use a web map via Linked Content.

Second question: yes! Now that custom JS functions are available, you can easily intersect your survey point with other layers. The linked page has a great example that can easily be adapted.

- Josh Carlson
Kendall County GIS
AlexP_
by
Occasional Contributor III

@jcarlson Thank you for the information. i was able to resolved an error. I completed # 1 answer. I am unable to find some example on custom js function. I am not expert on that area. I tried to open sample survey123 javascript but it won't open. 

AlexP__1-1627673030823.png

 

AlexP__0-1627673017118.png

 

0 Kudos
jcarlson
MVP Esteemed Contributor

Check out the blog post I linked to, it goes through it step by step.

- Josh Carlson
Kendall County GIS
AlexP_
by
Occasional Contributor III

@jcarlson After reading the blog, I understand now. I tried to test survey123 web app and I realized that I have attribute rules and it still worked without using custom js. Is there a way to jump to records to check out or review it after submitting? I am assuming it is only for field app?

AlexP__0-1627675318842.png

 

 

0 Kudos
Ruth_JiatengXu
Esri Contributor

Hi @AlexP_ 

You can use URL parameters ?mode=edit&globalId={globalId} to edit a submitted record.

The full URL will look like: https://survey123.arcgis.com/share/{surveyId}?mode=edit&globalId={globalId} 

See this blog for details: https://community.esri.com/t5/arcgis-survey123-blog/survey123-tricks-of-the-trade-web-form-url/ba-p/...

Thanks,

Ruth