Setup multi reference field?

Options
TLDR: multi-reference drop down in database?

I have a database of entries which I want users to be able to tag. 

I have a separate database of tags, is there a way to reference these tags in a dropdown in the entries database but allow multiple selections? At the moment I can only set it to reference a single tag per entry.

Thanks!

Comments

  • Sean Montgomery
    Sean Montgomery Administrator

    ADMIN

    Options
    

    You can create create a tag array which would allow multiple entries. If it was just free form text, then you would add another input - choose text and under structure choose list.

    You could also use an enum instead of text if the list of tab options were finite and known ahead of time.