Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Smartform - URL Text Link

Former Member
0 Likes
526

Hi,

We're creating a PDF doc from Smartforms which has a URL. However what we want to achieve in the PDF document is some text which says something like 'DOWNLOAD FORM', with the 'FORM' being the link itself. So, in HTML format we need something in this format:

[DOWNLOAD FROM|DOWNLOAD FROM]

what exactly is the format if we want the text as outlined above?.

Please provide an example to acheive this .

Thanks,

Vind

1 ACCEPTED SOLUTION
Read only

brad_bohn
Active Contributor
0 Likes
492

This has been asked before - I know because I've answered it a few times. You can't use anchor tags with descriptive text in smartforms via the smartforms builder. Your only option would be to hack the generated code, but then you'd lose it after the next change. Go with Adobe Forms if you can...

Hi,

We're creating a PDF doc from Smartforms which has a URL. However what we want to achieve in the PDF document is some text which says something like 'DOWNLOAD FORM', with the 'FORM' being the link itself. So, in HTML format we need something in this format:

[DOWNLOAD FROM|DOWNLOAD FROM]

what exactly is the format if we want the text as outlined above?.

Please provide an example to acheive this .

Thanks,

Vind

2 REPLIES 2
Read only

brad_bohn
Active Contributor
0 Likes
493

This has been asked before - I know because I've answered it a few times. You can't use anchor tags with descriptive text in smartforms via the smartforms builder. Your only option would be to hack the generated code, but then you'd lose it after the next change. Go with Adobe Forms if you can...

Read only

Former Member
0 Likes
492

Answered