Skip to main content
The CometChatFormBubble component is used to render a form within a chat bubble. The form fields are dynamically built based on the data passed in the message prop. The form fields can include text inputs, checkboxes, radio buttons, dropdown, labels, single selects, buttons. Once the form is filled out and submitted, the data will be sent to the provided URL or handled by a custom function.

Properities

FormBubbleStyle

FormBubbleStyle is a class containing attributes to customize the appearance of the CometChatFormBubble component.

Usage