Lead

Triggered when a form is submitted.

Properties:

NameTypeDescription
labeltextForm label
isPremiumbooleanWhether the Wix site is Premium
userIdtextUser ID
metaSiteIdtextWix site ID

Example:

Copy
1
{
2
"label": "Page Name: Form",
3
"isPremium": true,
4
"userId": "affea1e3-8652-4b59-a3a0-e8f88fdab661",
5
"metaSiteId": "58617836-3714-4dac-860a-dd524531c13e"
6
}
Was this helpful?
Yes
No