Hi all,
I would like to trigger a Survey123 survey from a popup window in a web map. For this I would like to offer the end user a clickable button in the popup (see figure 1).
I created the button using the code below.
But when I save the web map and reopen it, all that is left is a simple hyperlink (see figure 2).
What do I do wrong? Why is the configuration of my button not properly saved in the web map?
Any advice would be appreciated.
TIA,
Egge-Jan
<a href="arcgis-survey123://?itemID={itemID_of_my_survey}&field:EQUIPMENTNR={EQUIPMENTNR}"><button style="background-color:#4CAF50;border:none;color:white;padding:32px;text-align:center;text-decoration:bold;display:inline-block;font-size:24px;border-width:2px;border-style:solid;border-color:#006400;border-radius:50px;">Notification</button></a>

