Create form for tags
Hi there! I am trying to create an insert and update page for a blog post and I cannot imagine how to deal with tags.
I have a table: "Entries" (id, title, desc, details, image) a "Tags" (tag_id, tag_name) and a join table "EntriesTags" (id, entry_id, tag_id)
How do I deal with this case and create a comfortable workflow to the admin or author that inserts a new entry and wants to add tags to it...