• Resolved laserjones

    (@laserjones)


    Hello, I added some text including an HTML link in the “Additional Content” / “Subscribe Content” field. The link is displayed in the link colour, but it cannot be clicked. Looking into the source code of the resulting page, I found that a single quote is added to the HTML code (after “href”), which obviously breaks the link:

    <a href'="http://thinkdeeper.de/datenschutz">Datenschutzerklärung</a>

    Is this a bug or a feature I don’t understand?

    I definitely need a link here, since the German data protection law does not allow a subscription form without a link to the data privacy policy.

    Best regards,
    Joerg

Viewing 2 replies - 1 through 2 (of 2 total)
  • Hi Jörg,

    can not reproduce the issue. A regular link is working well there.
    Check if all html tags are closed. You can also test it with just a pure link to exclude any broken html element.

    You can also try to use single strokes instead:

    <a href='http://thinkdeeper.de/datenschutz'>Datenschutzerklärung</a>

    Is this working?

    Thread Starter laserjones

    (@laserjones)

    Hi Rene, thanks for the quick reply. For some reason it now works perfectly, both with double or single quotes. I have no idea at all what went wrong yesterday. Maybe I’m just getting old … 🙂

    Thanks a lot!
    Jörg

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Links in Subscribe Content don’t work’ is closed to new replies.