Closed (duplicate)
Project:
Simplenews
Version:
5.x-1.0
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
23 Mar 2007 at 17:05 UTC
Updated:
2 May 2008 at 16:42 UTC
For sites that aren't open to user registrations, it would be nice to be able to capture a little bit of additional information on 'anonymous' (i.e. non-user) Simplenews subscribers, like their full name, and maybe an affiliation and address too. Someone had submitted a similar feature request but was asking for more info about the subscription itself (date submitted, etc.) and not the subscriber.
Comments
Comment #1
Bevan commentedOther somments about this feature are here: http://drupal.org/node/127178
Comment #2
Bevan commentedIt would be nice for this information to be stored in the profile.module's tables so that the user attributes entered here could be recycled be other modules and features on a drupal installation. Saving user attributes for anonymous users could be an issue. possible solutions for anon subscribers could be:
Register them, using their email address as a user ID, or a generic username, like subscriber-123, where 123 is the UID.
Use another relation from profile table to subscriber table, or store anon subscriber info in simplenews own table. This would make a site that allows user signups AND anonymous newsletter subscription potentially difficult to maintain, but would probably work fine for private sites that don't allow user signup.
Comment #3
dualdiesel commentedI'd like to be able to collect zip codes... so
*bump*
Comment #4
sutharsan commentedPlease continue the discussion on this subject here: http://drupal.org/node/76575
Comment #5
pelicani commentedI'm a fan of the Bio module (not so much profile), but for anonymous users this won't work.
http://drupal.org/node/127178
Here is some discussion on using the webform module.
I'm going to try it out.
Seems to be an uber flexible solution.