Outputting multiple URLs with Magic Tags
-
Hello,
I have a custom upload field that allows multiple uploads. I am using Beaver Builder and want to output the uploaded file URLs as separate hyperlinks and bullets.
I am trying to use Magic tags and testing a few things out
<ul> [each upload_gpx_file] <li><a href="{@upload_gpx_file._src}">{@upload_gpx_file._src}</a></li> [/each] </ul>
The above doesn’t seem to work, I found some of this on an old git.
[pods]<a href="{@upload_gpx_file._src}">{@upload_gpx_file._src}</a>[/pods]
The above works but it outputs one long result of two URLs and I can’t find a way to separate them as clickable and
<li>
bullets.Any ideas?
Thank you.
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘Outputting multiple URLs with Magic Tags’ is closed to new replies.