Hi! Currently, I already have comment page on my dynamic page use repeater. But I don’t know how can I add reply feature in it. Should I use another DB for that? And what should I insert in the repeater? Thank you so much for your help
I would say probably use an additional database, and add an input and button to submit the reply and then present the replies as a single text using line breaks and HTML.
unless, there’s a way to add a repeat within a container which I doubt it
Thank you for your reply. But I don’t seem to understand about “single text using line breaks and HTML” can you explain it more? Thank you
I try using table but I dont know how to make it specific for every container
can anybody help me?