Hello,
I embedded a survey123 in my storymap (the new storymaps) and changed it's color background so it can highlight in the white storymap background.
However, when in the storymap the survey123 background lost his theme configurations and the background turns white.
In the link, when opening in another window, I can see the theme is hiden
https://survey123.arcgis.com/share/?open=web&embed=fullScreen&id=1a...4e&hide=navbar,footer,theme
How can I remove "theme" from that hide parameter so I can see in the storymap the look I defined in my survey?
Thanks in advance
Solved! Go to Solution.
Luís Manuel Baptista - Try using iframe code instead of just a link. To optimize the embed experience some URL parameters may be stripped when adding content via a URL, but if you use an iframe, all parameters should be honored.
<iframe src="YOUR-SURVEY-123-LINK"></iframe>
Luís Manuel Baptista - Try using iframe code instead of just a link. To optimize the embed experience some URL parameters may be stripped when adding content via a URL, but if you use an iframe, all parameters should be honored.
<iframe src="YOUR-SURVEY-123-LINK"></iframe>