Options for styling the form.

Constructors

Properties

cssClass?: string
renderRawHtml: boolean

Whether the form will render as raw HTML as opposed to inside an iFrame.

style: FormStyle
submitButtonText: string

The text displayed on the form submit button.

The theme used for styling the input fields. This will not apply if the form is added to a HubSpot CMS page.

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

Methods

  • Returns {
        baseName: string;
        format: string;
        name: string;
        type: string;
    }[]