clickable link in thank-you page

  • cristianromanello
    Asked on September 21, 2019 at 2:57 PM

    Hi, is possible to add a (clickable) link inside the text in the thankyou page?

  • John Support Team Lead
    Replied on September 21, 2019 at 4:17 PM

    Yes, that is possible. I can see that you are using a Card Form. You can edit the Thank you page and add this tag to be able to have a clickable link (exclude outer parentheses):

    <a href="https://www.google.com"target=_blank>CLICK ME</a>

    Just replace the text after href with the webpage where you want to redirect your users to. And replace the Click Me text with your preferred message to the user.

    Here's a quick demo for that:

    1569097005clickable link Screenshot 10