Hi everyone, I am hoping to get your help with a project. I want to create a page that contains a list of items along with information. This part I think I can do by creating a custom post type, populating information with Advanced Custom Fields, and then use a repeater on a page. But the other thing I want to do is have a few columns where registered users can add information (the PROS and CONS columns). A user can add a new top-level reply, or they can reply to another users' comment. It is similar to how the Wordpress comments work. But I can only have one set of comments for each post, and here I need more than one. Also need to have the reply box be inline with this table (or pop-up modal box). Is there a way to do what I describe with some plugins? It is too advanced for me to write a custom plugin. Thank you.

