I am setting up community forum in my app.
I already set up post entry in the forum, but how can I set up a response to the post.
You mean like comments? Then you can have a different collection with a relationship to user and post and show current post comments using a list on the post details page.
Or do you mean something like these? : Allowing users to edit their comments/replies in a forum - #2 by dilon_perera, Comments & Replies 1
Yes, comments. It worked! Thank you!!!