This object is in archive! 
Link displayed properly in WYSIWYG editor for Customer-Contract email doesn't display properly in actual email
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?
You can't vote. Please authorize!
You can't vote. Please authorize!
The same problem
%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
%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
%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
%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!