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 TextInput Element, Label Element, Checkbox Element, Radio Button Element, Dropdown, Single Select Element, Button Element. Once the form is filled out and submitted, the data will be sent to the provided URL or handled by a custom function.

Properties

FormBubbleStyle

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

Usage