| Primary Key | Field Type | 
|---|---|
|  ID | int | 
| Field | Field Type | Null | Notes | Description | 
|---|---|---|---|---|
|  AllowDirectDebit | bit | |||
|  AllowPledge | bit | |||
|  RequireFirstName | bit | |||
|  RequireTitle | bit | |||
|  RequirePhone | bit | |||
|  MerchantAccountID | int | |||
|  AllowWaive | bit | |||
|  WaiveCode | nvarchar(1000) | |||
|  AllowPaymentCollection | bit | |||
|  DisplayReCAPTCHA | bit | Default = 0 | ||
|  AcknowledgementBlock | nvarchar(max) |  | 
| Foreign Key | Field Type | Null | Notes | Description | 
|---|---|---|---|---|
|  FormGUID | uniqueidentifier | CustomFormElement.Guid | ||
|  PaymentPartPageID | int |  | SitePages.ID | 
| Index Name | Field(s) | Unique | Primary | Clustered | 
|---|---|---|---|---|
|  PK_CustomFormPaymentSetting | ID |  |  |  | 
|  UK_CustomFormPaymentSetting_FormGUID | FormGUID |  | 
