Select to view content in your preferred language

Trying to create a link that allows users to edit points from web map

287
2
Jump to solution
11-27-2024 11:36 AM
ThomasGoodridge
Regular Contributor

I'm trying to create a link to a survey123 so people can edit there points, but I caqnt figure out the right format to enable editing. This is as close as I got

https://survey123.arcgis.com/surveys/6eb1d0367ad746fca21864a247433ebb&action=edit&q:globalId$feature...

1 Solution

Accepted Solutions
abureaux
MVP Frequent Contributor

Have you seen this yet? Survey123 Tricks of the Trade: Web form URL parameters

Edit existing records and opening surveys in view-only mode (mode)

The mode parameter supports the values edit and view.  Combined with the globalid parameter, you can easily open specific records in edit or view modes. For example, here is how you can update an existing record:

...?mode=edit&globalId=56cf0f7a-def7-4402-bd2c-536b717637bb

View solution in original post

0 Kudos
2 Replies
abureaux
MVP Frequent Contributor

Have you seen this yet? Survey123 Tricks of the Trade: Web form URL parameters

Edit existing records and opening surveys in view-only mode (mode)

The mode parameter supports the values edit and view.  Combined with the globalid parameter, you can easily open specific records in edit or view modes. For example, here is how you can update an existing record:

...?mode=edit&globalId=56cf0f7a-def7-4402-bd2c-536b717637bb
0 Kudos
ThomasGoodridge
Regular Contributor

Thanks, for the help, I just had the format wrong, ?mode=edit&globalId={globalid}

 

 

0 Kudos