I have a .net C# app that i am embeding a Survey123 form into. It works ok...
Question : Is there a way to hide the SignOut option in the top right hand corner of the S123 form?
Hello @kapalczynski,
You can use the hide=navbar URL parameter in your iframe. For example,
<iframe name="survey123webform" width="500" height="400" frameborder="0" marginheight="0" marginwidth="0" title="My Survey" src="https://survey123.arcgis.com/share/<surveyId>?hide=navbar"></iframe>
Didnt work its still there