Specifies in which manner form fields are treated during the merge process. Form fields can either be ignored, preselected or replaced with a value from the data source. The default value is Form
Introduced: 30.0.
public FormFieldMergeType FormFieldMergeType { get; set; }Public Property FormFieldMergeType() As FormFieldMergeType| Member | Description |
|---|---|
| None | Form fields are not merged at all. |
| Preselect | Form field content is preselected when possible. Form fields not associated with a data table column are unaffected. |
| Replace | Form fields are replaced with database content. Empty form fields are removed according to property Mail |
Learn more about the TXText