Skip to main content
Level 2
June 12, 2015
已解决

Tokens & Hyperlinks

  • June 12, 2015
  • 3回复
  • 2329查看

We are sending an automated email to webinar registrations which includes the {{member.webinar.url}} token which is very long. Is there any way to insert a hyperlink of the token?

最佳答案由 Edward_Unthank_

I'm assuming that's the actual URL in the token, so you can do this: <a href="{{member.webinar url}}">Webinar Link Description</a>

That's the HTML itself. In the WYSIWYG editor, I believe you can select the text you want to be the description, hit CTRL+K (or CMD+K on Mac) and then put the {{member.webinar url}} as the actual link. That accomplishes the same thing.

(Note: I haven't validated that the token you said here is precisely accurate.)

3回复

June 12, 2015

@Gina Decianno​ FYI. I moved your post to the Products and Support​ section. Since this is a product related question, you will probably get an answer there sooner. Have a great weekend.

Edward_Unthank_
Level 7
June 12, 2015

I'm assuming that's the actual URL in the token, so you can do this: <a href="{{member.webinar url}}">Webinar Link Description</a>

That's the HTML itself. In the WYSIWYG editor, I believe you can select the text you want to be the description, hit CTRL+K (or CMD+K on Mac) and then put the {{member.webinar url}} as the actual link. That accomplishes the same thing.

(Note: I haven't validated that the token you said here is precisely accurate.)

Level 2
June 15, 2015

Thank you! This worked perfectly.