Display option label in Multi-select
-
Hi, I use this templat list :
<strong>Coloris:</strong> <?php print_custom_field('coloris:formatted_list', array('<li>[+value+]</li>','<ul>[+content+]</ul>') ); ?><br />
And I adding a link with a title=”[option_label]” but I can not find the solution to recover my option label.
<strong>Coloris:</strong> <?php print_custom_field('coloris:formatted_list', array('<li><a href=#" title="OPTION_LABEL">[+value+]</a></li>','<ul>[+content+]</ul>') ); ?><br />
Base Multi-select is Alternate Input style (option_label||value)
Any idea?
Regards.
Jeanhttps://www.ads-software.com/plugins/custom-content-type-manager/
- The topic ‘Display option label in Multi-select’ is closed to new replies.