Select to view content in your preferred language

Mailto: link in Survey Description

108
5
Jump to solution
Wednesday
CS_VT
by
New Contributor II

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?

0 Kudos
1 Solution

Accepted Solutions
abureaux
MVP Frequent Contributor

Ohh... Are you using the Web Developer?

This is very straight forward in Connect:

abureaux_0-1724865361431.png

For the web app... I guess use the "link" button would be the best approach?

abureaux_1-1724865540171.png

This was my formatting:

abureaux_2-1724865608896.png

This seems to do what it should.

Sorry. Not a fan of the web app, so tend to avoid it.

View solution in original post

5 Replies
abureaux
MVP Frequent Contributor

Within the survey: <a href="mailto:email@place.com">Contact</a>

Or do you mean you want a clickable link on this page?

abureaux_0-1724863421533.png

 

CS_VT
by
New Contributor II

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

0 Kudos
abureaux
MVP Frequent Contributor

Ohh... Are you using the Web Developer?

This is very straight forward in Connect:

abureaux_0-1724865361431.png

For the web app... I guess use the "link" button would be the best approach?

abureaux_1-1724865540171.png

This was my formatting:

abureaux_2-1724865608896.png

This seems to do what it should.

Sorry. Not a fan of the web app, so tend to avoid it.

CS_VT
by
New Contributor II

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

0 Kudos
CS_VT
by
New Contributor II

It appears that including quotation marks in the box for the URL link had been my undoing. 

 

Thanks, @abureaux