Websites v4 docs v5.2.5
    Preparing search index...

    Type Alias CustomForm

    type CustomForm = {
        deleted_at: string | null;
        destination_email_address: string;
        form_elements: FormElement[];
        form_model: string;
        form_name: string;
        form_type: string;
        has_captcha: boolean;
        id: number;
    }
    Index

    Properties

    deleted_at: string | null
    destination_email_address: string
    form_elements: FormElement[]
    form_model: string
    form_name: string
    form_type: string
    has_captcha: boolean
    id: number