What should happen after the customer submits the form.

Constructors

Properties

The action to take after submit. The default action is displaying a thank you message.

value: string

The thank you text or the page to redirect to.

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

Methods

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