I'm attempting to work with some custom fields on the NewsletterExtended module.
I've created 3 fields for recipients via the backend, type text, not mandatory.
The fields are created in the database "NewsletterCustomField_
The fields also show up when I click a recipient, however, the values are not loaded into the text boxes and I can see that the database fields does contain data.
Any ideas?
I assume these fields expect the actual value only (since a new db column is created per custom field) and not some xml plob, or am I wrong?