This object is in archive! 

Link displayed properly in WYSIWYG editor for Customer-Contract email doesn't display properly in actual email

Bill G. shared this problem 9 years ago
Solved

Code from "Customer-Contract" of funflicksva account :

<a href="*contract_url*">%contract_url%</a>


Displays in editor as link Event Contract, but in email becomes Event Contract">Event Contract where the first Event Contract is a dead anchor tag, but the second Event Contract is correct...


What is the proper formatting to include this link?

Best Answer
photo

%contract_url% will output the link properly


If you want to build the html link yourself then you can use:

<a href="*contracturl*">Contract</a>


variable lookup

Comments (1)

photo
1

%contract_url% will output the link properly


If you want to build the html link yourself then you can use:

<a href="*contracturl*">Contract</a>


variable lookup

Replies have been locked on this page!