there any way to make the survey ribbon wider or to remove the background image and have the survey be the only content when opening up? I know this typically can be done with html code but we don't have the ability to edit that info
basically only want to see the info in the red box.
At the very end of the survey URL add ?hide=theme,footer,navbar
For example:
https://survey123.arcgis.com/share/<YOURITEMID>?hide=theme,footer,navbar
More info here: https://community.esri.com/t5/arcgis-survey123-blog/survey123-tricks-of-the-trade-web-form-url/ba-p/...
This really helpful but there a way to make the survey ribbon the full width of the page? or is that just the design we are working with?
In the blog Ismael linked:
The width parameter sets the width, in pixels, of the survey in the screen. For example:
...?width=1500
Note that you would be extending it via pixels, so how much of the screen it takes up will vary depending upon the user's screen size.