I am using the SimpleTagging module and when I edit the page, I would like to select the tags from a drop down menu.
So I have installed CGContentUtils and made a dropdown block like so:
Code: Select all
{content_module module='CGContentUtils' block='Tags' name='Tags' label='Tags'}
Code: Select all
<!-- {content block="Tags" wysiwyg="false" oneline="true"} -->
Code: Select all
<!-- {content_module module='CGContentUtils' block='Tags' name='Tags' label='Tags'} -->
The HTML that is generated looks like:
Code: Select all
<select class="cms_dropdown" name="Tags"><option value="USSR">USSR</option><option value="europe">europe</option><op ...
Anyone have an idea on how I can somehow enable multiple selections?
Thanks,
Edwin