You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Array of domains, specified as strings, to block in email input fields.
93
+
*/
94
+
readonlymanuallyBlockedEmailDomain?: string[];
95
+
/**
96
+
* Set the Salesforce campaign key to associate form submissions with the campaign.
97
+
*/
98
+
readonlysfdcCampaignId?: string;
99
+
/**
100
+
* Set the GoToWebinar campaign key to enroll form submission contacts to a GoToWebinar webinar. The portal must have the GoToWebinar integration installed.
80
101
*/
81
-
readonlyblockedDomains?: string[];
102
+
readonlygoToWebinarWebinarKey?: string;
82
103
/**
83
104
* When embedding the same form on the same page twice, provide this Id for each identical form embed. The Id value is arbitrary, so long as it is not the same between forms.
0 commit comments