My survey, created in Connect v3.17.54, populates the "Species URL" (${SpeciesURL}) note question using the pulldata() function from a CSV. I then expose this URL as a hyperlink in the form as another note question. Below is what I have in the label column.
Species URL: <a href=${SpeciesURL} target="_blank">${SpeciesURL}</a>
As you can see from the screenshot below, this works in Survey123 Connect and the desktop application.

In the Survey123 web form, this URL does not work. Only the test in the label of the note field is displayed.

What the heck am I doing wrong?