Hello,
I have added a multi select as a custom field type which is populated by another 2nd custom field (text) that mirrors the title from channel entries.
I have managed to get most of the functionality working (see http://www.anketelltraining.com/teachers/products/unit_1_topic_tests) I can’t seem to get them to act as links… can anyone help? The only way I can think of so far is to make the custom field text to include a link…
Thanks for any help in advance, and apologies if this is in the wrong section of the forum!
Chris
Here is the code I am using:
{exp:channel:entries channel="teachers" status="Homepage Featured|Homepage Secondary|open" dynamic="yes"}
{if related_teachers_products}
<h5>Related Products:</h5>
<p> {related_teachers_products markup="ul" wrap="link"}<br />
{/if}<br />
<br />
{if related_students_products}<br />
</p><h5>Student Versions:</h5>
<p> {related_students_products markup="ul" wrap="link"}<br />
{/if}<br />
<br />
{if related_revision_days}<br />
</p><h5>Revision Days:</h5>
<p> {related_revision_days markup="ul" wrap="link"}<br />
{/if}<br />
<br />
{/exp:channel:entries}