Skip to content

[reconsent] tag

edited May 2018 in Troubleshooting

V3.0.8

Using the [reconsent] tag alone produces a working link
http://e.rugdoctor.co.uk/sendy/r?e=8922892EpJFJ1zzYbfzfnBDIFR892Ym98BkQy3wDOPXnDk763T47qvYIAkMBcRP2AJq4UIUT

Using your example code produces a link that doesn't work <a href="“[reconsent]“">Click here to continue receiving emails from us</a> http://e.rugdoctor.co.uk/sendy/l/Npm7631U0Kw3cPiL6tAfZCXw

Please help, thank you.

Comments

  • BenBen
    edited May 2018

    Hi,

    Using your example code produces a link that doesn't work Click here to continue receiving emails from us http://e.rugdoctor.co.uk/sendy/l/Npm7631U0Kw3cPiL6tAfZCXw

    That's because you wrapped the [reconsent] tag in extra quotes.

    <a href="“[reconsent]“">
    

    Remove the extra quotes:

    <a href="[reconsent]">
    

    Best regards,
    Ben

This discussion has been closed.