Hi I have a basic question. Creating a website with a TV - where the admin should be able to upload a file, the user can download. I created a tv - called pdf. It is shown in the template it is assigned to, and you can upload the pdf.
The question is how to call this pdf the correct way. It does not seem to react the way I would like. I make the call to the TV in a chunk which is correctly implemented on the desired page. It is just the link which does not seem to be correct. The code I have put in the chunk is as follows:
<a href="assets/files/[+pdf+]">download pdf </a>>
and I have tried
<a href="[+pdf+]">download pdf </a>
I am sure it is rather basic, just never tried making a tv with a file before.
Looking forward to your reply.