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?
Solved! Go to Solution.
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>
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 !