This documentation refers to an older version of CiviCRM (3.4 / 4.0). The current stable version is 4.1. Please introduce all documentation changes and new material here.

Skip to end of metadata
Go to start of metadata
This page refers to CiviCRM 3.4 and 4.0, current STABLE version.

Documentation Search


CiviCRM 3.4 and 4.0 Documentation

Support and Participation

Developer Resources


CiviCRM books!

Make sure to check out the FLOSS Manual Understanding CiviCRM as well! You can also support this project by ordering a hard copy.

Or support us by buying an eBook or hard copy of Using CiviCRM from Packt Publishing.

Why are records are getting created (I am guessing through Drupal since there are no contributions attached) that are completely blank except for the user's name and email?

  • Drupal does NOT store "basic address information" - only username and email address are collected and stored by Drupal "core".
  • Basic address info collection (street, city etc) is either done via a CiviCRM profile (and stored in CiviCRM contact-related tables (civicrm_location, civicrm_address).

OR

  • they could be collected using another Drupal module (like Drupal profile or CCK or ...).

Drupal's massmailer module, when you add a user to "Create Subscribers" will create a user in civicrm with just an email address.

[Source. ]

Labels
  • None