123 Posts
EclipseMedia
8 years ago
2
Topic

I have a Upload field and restricted it to only allow PDF uploads.

However on the frontend, instead of "download" the file, I want it simply an "open in new window" link. So when someone clicks, it opens the PDF in a new window.

Get a VIP membership
64 Posts
lownotes
8 years ago
1
Level 1

Curious if you ever solved this issue.  I am running into the same thing.  Thanks!

4229 Posts
Kadministrator
8 years ago
0
Level 2

You could change typography of the field to something like 

<a href="/*link*" target="_blank">open in new window</a>
Get a VIP membership