Automatically generate an anchor tag field?
-
Have a number of names/addresses/phones/photos in a Pod that display sequentially (sorted on the last name) via a template, no issues.
When the names (perhaps 100 or so) display, I use the template to generate the addresses and phone numbers, and short descriptions and photos, should they exist (only the name field is required, all else are optional) with [if] statements. So the actual display proceeds down the page, through perhaps 8 screens or so.
Elsewhere on the site, there will be a list with just the names in a table. I want each name to be linked to the entries for each person, as created above. So, the HTML is just , no big deal.
I need to automatically generate these anchor tags when each person’s entry is done. I think is done with a relationship field, but I am having trouble figuring it out.
Can anyone give me a hint on how to proceed?
TIA!
- The topic ‘Automatically generate an anchor tag field?’ is closed to new replies.