I need help with the tags in my posts!

I have created collections of posts, users, post tags. I am trying to allow the user to add tags to their post. however every time I click create post, all the tags are added to all posts. How do i make it so the specific tags the users inputs for one individual posts stays only in that post and not all. PLEASE HELP





Might be worth creating the post before the button is clicked. So the post gets created when they navigate to this screen, but it’s marked at draft/unpublished with a true false property. Then clicking the post button will mark the post as published.

Then, because the post already exists on this screen, you should be able to update the relationship when they click the tag. Update post tags, add current tag.

Hope that makes sense.

can you show me if possible ?

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.