I'm attempting to capture polygons for tree planting areas using survey123, and I want to remove the smart sketch option (the three shapes button). Is this something that can be disabled, or is custom coding required?
Hello @SamLee__MES_,
You can set method=vertex in the body::esri:style for the geoshape question. This will switch the input method to dropping vertices instead of allowing sketch. Unfortunately, the capture methods are mutually exclusive and if the capture method is set to sketch both standard sketch and smart sketch will be enabled.
Please see Capture methods for more information.