Hello, is there any chance to add an hyperlink to a MergeField? I was trying using the MergeFieldEventHandler but I can't manage to add the hyperlink to the field, the closer I've came to was to append the hyperlink as additional text to the same paragraph as my MergeField...
e.g.
//Paragraph at word template.
Some text «sHyperlink» some text
//Paragraph after Merging
Some text *fieldvalue merged* *additional text with my hyperlink* some text
what I really need is to get my hyperlink included in the field value merged.