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>
... View more