i read the tutorials about “displaying data from an external file” and " links in a dynamic text box" and completed them successfully, but is there anyway to combine the two? i need to display a link in a dynamic text box from an external file… is that possible?? any ideas? thanks in advance for your help!
Hello!
You need to put html tags in your external text file.
Here is an example email link.
Email: <html><ahref="mailto:yourname@yourDomain.com "></a></html>
Also be sure that “Render As HTML” is selected in the properties box of your dynamic text field.
Cheers!