I am embedding a S123 form like below. There are 2 options for the MODE parameter VIEW and EDIT.
When I use EDIT it works fine and I can view and edit the records in the embedded Form
BUT when I change the MODE to VIEW I get an error stating "You do not have permission to view this survey record."
ANY ideas why VIEW mode does not work properly?
If I replace VIEW in the SRC below with EDIT it works fine...
<iframe name="survey123webform" width=100% height=100% frameborder="0" marginheight="0" marginwidth="0" title="My Survey"
src="https://survey123.arcgis.com/share/89f9xxxxcb48?token= tokenvalue &portalUrl=https://site.xxxx.xxx.gov/portal&mode=view&globalId={426640C8-2FE4-4D2B-89F4-7370ABA9DA06}">
</iframe>
EDIT MODE

VIEW MODE
