Textarea in admincp to dropdown in template
I have an option in the admin panel that uses a textarea to display a list of teams. I am trying to insert it into a drop down menu. Here is what I have. If I just put {vb:raw vboptions.cisteamlogo} into the template it list everything separated by a comma.
<select name="team_logo" class="primary" title="team_logo" tabindex="1" />{vb:raw vboptions.cisteamlogo}</select>
|