Supplying or removing "Learn more on .CSV file fields" link
If you choose Import option in Contacts screen, you'll see the following output:
And if Learn more on .CSV file fields link is displayed, it points to page of this documentation which is a part of AfterLogic web site. You might want to modify the link so that it points to the documentation page somewhere on your web site, instead.
That's done by editing ImportContactsLink setting in data/settings/modules/Contacts.config.json
configuration file:
"ImportContactsLink": [
"https://afterlogic.com/docs/mailsuite-pro/frequently-asked-questions/importing-contacts",
"string",
null,
"URL of documentation page that explains structure of CSV files used"
]
If the value is empty (default behavior in versions 8.2.19 and earlier), the link is not displayed.