CivicaCrmSubmissionEventMapping: {
    civicaCategoryItemNumber: number;
    formElementId: string;
    isDescription: boolean;
}

Type declaration

  • civicaCategoryItemNumber: number

    The item number of the civica category to map the OB form field to.

  • formElementId: string

    The elementId of the field to map to the civica category.

  • isDescription: boolean