Okay great. I just tested out a single code and it is working perfect.
Just wanted to make sure it works for multiple links. I.E. if a buyer purchased multiple codes, how does it keep track of which codes are which, or is that done automatically?
For your example,
<a href="[%codes%]">[%codes%]</a>
How does it know if the [%codes%] is for the first link, then display first link on the Thank you page, and continue with the second link, display the second hyperlink on the page, and so forth?
I would've thought that the function would show the codes as one lump, if you know what I mean, so the hyperlinks could be all messed up. Perhaps this is all taken care of internally, as some sort of do loop?