Will it be very difficult to add First and Last name fields, or just a name field (although I think PHPList uses First and Last) to the Anonymous subscriber block?

Comments

paulbeaney’s picture

Hi mintsauce,

PHPList doesn't have name fields by default - you have to add "user attributes", which you can then name as you like. That said, I guess it shouldn't be too hard to add a name field to the anonymous sign-up block - it could map to an attribute called t('Name') - using the t() function to ensure the PHPList attribute gets given a name in the right language (assuming your Drupal site uses the same language...)

Sound reasonable?

Regards,

- Paul