I'm trying to build a survey to solicity public input for a program my department is working on.
I'd like to be able to have people click on a link to email us from the survey description field. My attempts to make the email address a workable link result in links to the ArcGIS Survey 123 website or the generic domain level website from the email address.
Anyone out there have ideas about how to solicit feedback with a clickable link? Or should I just include the email address as text in the body?
Solved! Go to Solution.
Ohh... Are you using the Web Developer?
This is very straight forward in Connect:
For the web app... I guess use the "link" button would be the best approach?
This was my formatting:
This seems to do what it should.
Sorry. Not a fan of the web app, so tend to avoid it.
Within the survey: <a href="mailto:email@place.com">Contact</a>
Or do you mean you want a clickable link on this page?
I mean within the survey. There's a text box that seems to be default for the surveys for a description. It appears to be able to handle basic hyperlinks, but it doesn't like doing the "mailto: person@place.com" style links...
Ohh... Are you using the Web Developer?
This is very straight forward in Connect:
For the web app... I guess use the "link" button would be the best approach?
This was my formatting:
This seems to do what it should.
Sorry. Not a fan of the web app, so tend to avoid it.
It IS in the web app. I'll see if I can get it to work there with your suggestion. I was using quotes around the mailto: statement. Perhaps that was confusing things!
I take your point about the web app. It either works or something doesn't quite work and it's not clear why...
It appears that including quotation marks in the box for the URL link had been my undoing.
Thanks, @abureaux