SOLVED

How to add token value (URL) on HTML element.

Go to solution
Anonymous
Not applicable

Hi Everyone,

I'm trying to insert token value on href attribute of anchor tag (<a href="need token value here">Button Text</a>) but not successful so far, any help regarding this would be appreciated.

Thanks

1 ACCEPTED SOLUTION
Josh_Hill13
Level 10 - Champion Alumni

Can you send us more of the use case? What token are you using?

Remember, {{my.token}} has to remove in most situations.

View solution in original post

6 REPLIES 6
Yoav_Guttman1
Level 4

Similar problem:

When I place this calendar token in an <a> tag, the linked text does not populate with the calendar token file link/download.

<a href="{{my.Add A Calendar Reminder}}">Tuesday March 14th at 10:30am!</a>

Any idea why?

SanfordWhiteman
Level 10 - Community Moderator

Calendar tokens are different from plain-text {{my.tokens}} because they include the <a> tag.

SanfordWhiteman
Level 10 - Community Moderator

Please move the thread to Products and someone will answer it there. "Community" is for website feedback, not product support -- and yes, this is confusing!

Anonymous
Not applicable

Thread moved to "Products". Hopefully someone will answer.

Thanks

Josh_Hill13
Level 10 - Champion Alumni

Can you send us more of the use case? What token are you using?

Remember, {{my.token}} has to remove in most situations.

Anonymous
Not applicable

Yes, you are right Josh, after removing "" from my URL token string I'm able to print token value on "href" attribute of anchor tag.

Thanks a lot for the hint