Hi there, I'm trying to do something simple and coming up blank. I want to change the link text for the upload field.
Image of Upload Link Text
I have two fields in my form. Attachment Title 1 and Attachment Upload 1. I am trying to get the Title for the attachment to be the link text of the upload file.
HTML+ = $cck->getText('attachment_1_title');
if I try this
HTML+ = Click Here then I get "Click Here" as the Download link text. I've read all the tutorials and forum message I could find but can't get it to work as desired.
http://www.seblod.com/resources/manuals/designer/playing-with-typographies
Also, is there a way to trigger PDF download to open in a browser instead of causing the file to download.