[TYPO3-templavoila] Using a value for multiple fields
Oliver Salzburg
kinggencha at googlemail.com
Mon Sep 12 16:47:27 CEST 2011
Hi,
I'm currently working on a small FCE and was wondering about something.
In the FCE, I have 3 fields:
- A link field
- An image field
- Another link field
The template file would look something like this (this is very
simplified of course):
<a href="#">
<img src="#">
</a>
<p>
<a href="#">Download</a>
</p>
Now, I don't really want the "Download" link to link to a different
file than the image. I would like the user to only select a link and an
image in the backend and then re-use the selected link in two places in
the template.
How can I do that?
I hope I explained my issue clearly enough :)
Cheers
More information about the TYPO3-project-templavoila
mailing list