Constructor
| Name | Type | Description |
|---|---|---|
| receiverId | string | The ID of the receiver |
| receiverType | string | The type of the receiver |
| title | string | The title of the form |
| formFields | Array<Element Entity> | The fields of the form |
| submitElement | Button Element | The submit button of the form |
Class Usage
How to create an instance of the FormMessage class:- TypeScript
Key Properties and Methods
Goal Completion Text
The setGoalCompletionText() method sets the goal completion text of the form.- TypeScript
Example
Below is an example that showcases the creation and manipulation of an instance of FormMessage:- TypeScript