How can I correctly add hyperlinks to order confirmations?

Topic summary

Attempt to add an extra hyperlink to an order confirmation email results in visible link text but a non-functioning link.

The provided HTML anchor is malformed: it mixes square brackets and parentheses, includes two different URLs inside the href, and contains an encoded double-quote (%22), e.g., ]( https://form.asana.com/?k=…%22%3EFinalize)Hyperlinked Text. This suggests the href attribute is broken and the intended target URL is unclear.

The poster seeks the correct HTML formatting to make the hyperlink work and notes limited HTML experience.

A code snippet is central to understanding and diagnosing the issue.

No solutions or confirmations are provided yet; the question remains open.

Summarized with AI on January 4. AI used: gpt-5.

I am trying to add an additional hyperlink to my order confirmation and while the text for the hyperlink shows up in the email, the hyperlink doesn’t work. This is the code I’m using:

](https://form.asana.com/?k=d01pm2MDME0Kkx2mmeBIXw&d=1166933411%22%3EFinalize)Hyperlinked Text

As far as I know this is how to add hyperlinks in HTML, but I’m not experienced in this.

Anyone know how to make this work?