The Comment Thread element provides a threaded comments/discussion area. Users can post comments, reply to existing comments (up to configurable depth), edit or delete their own comments, and optionally like comments.
Comments are stored in the element's answer data as an array of objects. Each comment includes an ID, author name, text, timestamp, parent ID (for replies), edited flag, and like count.
Comment Thread
The Comment Thread element provides a threaded comments/discussion area. Users can post comments, reply to existing comments (up to configurable depth), edit or delete their own comments, and optionally like comments.
Adding a Comment Thread
Properties
General Tab
Static(user-posted only) orFrom Element(pre-loaded comments)Newest FirstorOldest FirstLogged-in User(auto-fill from session) orAnonymousRelative(e.g. 2h ago) orAbsolute(e.g. Mar 5, 2026)No Replies(0),1 Level, or2 LevelsData Source (From Element)
When using data binding, map fields from a connected element:
Color Tab
Customize the container background and border colors.
Dimensions Tab
Adjust padding, margin, border radius, and size.
Comment Features
Data Storage
Comments are stored in the element's answer data as an array of objects. Each comment includes an ID, author name, text, timestamp, parent ID (for replies), edited flag, and like count.
Use Cases