Survey123 webform in a .net iFrame

260
2
12-18-2023 11:27 AM
kapalczynski
Occasional Contributor III

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?

 

kapalczynski_0-1702927667377.png

 

0 Kudos
2 Replies
ZacharySutherby
Esri Regular Contributor

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> 
Thank you,
Zach
0 Kudos
kapalczynski
Occasional Contributor III

Didnt work its still there

0 Kudos