Welcome to the Family Echo Q&A forum. In order to ask or answer questions, please ensure you sign in at Family Echo first.
Welcome to Family Echo Q&A. In order to ask or answer questions, please ensure you sign in at Family Echo first.

Before asking a question, please check the Frequently Asked Questions page.

June 25, 2026: This Q&A has just been moved to a new server. If you experience any problems, please let us know.
0 votes
472 views

How could I modify the downloaded HTML to insert a hyperlink in each person's name?

I dont mind if I have to do it by hand for each person, but, I was just wondering if someone has done this before or could give me a hint on how to do it. Many thanks in advance

 

by whikap (120 points)

1 Answer

0 votes
I can't come up with a way to do what you want. The names are all created on the fly via javaScript from each individuals data, so there's really not a spot where you could insert an anchor tag. You could rewrite the javascript function that creates the name and have it also create a link around the name. You'd have to store the link somewhere. Maybe in a field you don't use, like interest?
by lsommerer (57.4k points)
...