Constructors

Properties

allowLinkToResetKnownValues: boolean

Whether to add a reset link to the form. This removes any pre-populated content on the form and creates a new contact on submission.

archivable: boolean

Whether the form can be archived.

cloneable: boolean

Whether the form can be cloned.

createNewContactForNewEmail: boolean

Whether to create a new contact when a form is submitted with an email address that doesn’t match any in your existing contacts records.

editable: boolean

Whether the form can be edited.

The language of the form.

lifecycleStages?: LifecycleStage[]
notifyContactOwner: boolean

Whether to send a notification email to the contact owner when a submission is received.

notifyRecipients: string[]

The list of user IDs to receive a notification email when a submission is received.

postSubmitAction: FormPostSubmitAction
prePopulateKnownValues: boolean

Whether contact fields should pre-populate with known information when a contact returns to your site.

recaptchaEnabled: boolean

Whether CAPTCHA (spam prevention) is enabled.

attributeTypeMap: {
    baseName: string;
    format: string;
    name: string;
    type: string;
}[] = ...
discriminator: undefined | string = undefined

Methods