Registration Form is including CCK fields that are not part of the desired content type.

I've got 3 node types defined, Individual, Business, and Video. When hitting the path /business/register defined in setup form is including CCK fields from both business and video content types.

Comments

jethro’s picture

Status: Active » Needs review
StatusFileSize
new443 bytes

I'm guessing this is what I alluded to here. http://drupal.org/node/956360#comment-3642406

By default all content profiles are selected for all available role/paths for autoassignrole. To fix this find the content type where the fields are coming from, go to the content profile settings page for that type and uncheck the Use on Auto Assign Role paths: near the bottom.

Here is a patch that fixes the initial issue so that none are selected by default and need to be added from the content profile page for a specific role/path.

Status: Needs review » Needs work

The last submitted patch, autoassignrole_extra_fieldstypes.patch, failed testing.

jethro’s picture

StatusFileSize
new467 bytes

whoops, I used 6-1.2 instead of 6.x-2.0-beta1

jethro’s picture

Status: Needs work » Needs review

Status: Needs review » Needs work

The last submitted patch, autoassignrole_extra_fieldstypes.patch, failed testing.