Hello,
I have a note field in my survey containing the below:
<p style="text-align:center;font-family:Roboto">To learn more about Fairfax Water’s Lead Free Fairfax Program and how to protect you and your family from sources of lead, visit: </p><p style="text-align:center;font-family:Roboto"> <a href="www.fairfaxwater.org/leadfree.com">www.fairfaxwater.org/leadfree.com</a> </p>
However, clicking the link constantly takes me to https://survey123.arcgis.com/share/version
Any ideas why?
Hello @ahargreaves_FW,
The link in the href string should use https:// before the subdomain. For example,
<a href="https://www.fairfaxwater.org/leadfree.com">www.fairfaxwater.org/leadfree.com</a>
Muchos Gracias @ZacharySutherby !
Signed in members can post, follow updates, and more. New here? Register a free account.
Find useful guides, FAQs, and documents to help you navigate and make the most of Esri Community.