Disable button to show map

352
1
11-19-2018 04:47 AM
LeifNorberg1
New Contributor II

When creating a Survey123 form with multiple maps (using this method), the maps gets replaced by buttons in the browser. I would like to show the maps without first having to press the button. I can't find the settings for this and can't seem to add CSS to fix it. Any suggestions?

The html for the button:

<button class="btn btn-survey123 setLocationBtn" type="button">Ange plats</button>

The html for a pressed button (when the maps are shown):

<button class="btn btn-survey123 setLocationBtn" type="button" style="display: none;">Ange plats</button>

0 Kudos
1 Reply
JamesTedrick
Esri Esteemed Contributor

Hi Leif,

If you set the geopoint questions as required, the map will display when the form loads

0 Kudos