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.

Profiles with custom data don't appear on Drupal new user registration forms

PROBLEM:
I created custom data types, and then used them for a "profile" that should appear on the new user registration page for Drupal (5.1). It may in fact have appeared there for a little while. However, pehaps because of some change I made, the profile with the custom data will simply not appear on the user registration page. It appears, correctly, on both the authenticated user account page, and it can be edited from there, but I really need to collect this data upon registration.

What is strange is that the initial "name and address" profile does appear on the registration form, but all attempts to add fields based on custom data to the name and address profile fail. The profile continues to display, but I am not able to change its content.

RESPONSE:
Due to our new ACL permissioning system, you need to enable "access all custom data" for anonymous users.

If you do use ACL's you have more fine grained control over what field gets displayed to whom and when.

Source

Labels
  • None