Hello,
I would like to add an image to the survey which links to an external website. As of now I cannot find a way to make it so that a user can click on an image and have it redirect them elsewhere.
Specifically I would like to put an image which links to the app store.
Alternatively I would like to find a way where I can edit the html code for the survey to be able to do this.
Any help would be greatly appreciated. Thank you
Make a note type field, make sure the bind::esri:fieldType is set to null, and on the label column you can do something like:
<a href="https://yoururl.com"><img src="https://sourceofyourimage.com"></img></a>