I have configured a survey123 form to populate a hosted feature layers related table that is available as a hyperlink in the parent features pop-up. It works great, however, it would be nice if when field workers open the related records, the option to add a record directly through field maps was disabled. I didn't configure the tables form in field maps so the 'Add' button opens to a blank form, but to avoid confusion, it would be best if the 'Add' button was not visible. Hopefully this is possible!
Solved! Go to Solution.
Have you tried in the web map - turn off all editing for that layer. You probably want them to only edit in the form anyway.
Have you tried in the web map - turn off all editing for that layer. You probably want them to only edit in the form anyway.
Thanks, Doug!
I came to this page looking for a way to disable editing for a table in web map viewer. There's a workaround described here that could be useful for folks needing that capability. This turned off the 'Add' button for me. In case that post moves, I've copied the relevant text:
From @BrennanSmith1 :
"One workaround for this is to use the ArcGIS Assistant to edit the JSON of a webmap directly. Find the Tables section, and for the specific table you are interested in, add an entry for:
"capabilities": "Query,Sync",
which will disable editing. I agree that there should be an easier, intuitive way to do this directly from the webmap though!"