Widget Control API
Use window.SupaFeedback.open, close, and identify after the script loads.
| Method | Description |
|---|---|
| open(el?) | Opens the feedback dialog. Pass an optional trigger element for positioning and identity lookup. |
| close() | Closes the feedback dialog. |
| identify(user?) | Attach a display name and email to later submissions. Pass only name or only email to patch. Pass null to clear. Remembered for the current tab. |