Can anyone provide some example code for inserting a dynamic link into a Doc Gen? Specifically I have a field on my Doc Gen intake where a user enters a URL. That URL then should create a Hyperlink on the generated document. I’ve tried various combination per Docusigns support page but no luck. Here is what I’ve tried so far:
<html><head></head><body><a href=”<# <Content Select=”//Link” Optional=”true”/> #>”>Link to Contract Summary</a></body></html>
<a href=”<# <Content Select="//Link" Optional="true"/> #>”>Link to Contract Summary</a>