Is it possible to create of a Storm Person when someone creates an Drupal account? I know it's possible to create extra fields in the profile sign up form which can then be picked up by forms created by the Webform module, but is it possible to link these extra fields to Storm, so the Person is added at the point they create a profile?

Also, is it possible to do the reverse? So that when I create a new Person in Storm, a Drupal profile is created for them at the same time?

Ta
Dan

Comments

jeffreyd’s picture

Use the Content Profile module, http://drupal.org/project/content_profile.

Edit the Storm Person content type and check the box to: "Use this content type as a content profile for users." Then the user account and Person node can be associated one-to-one (or is it many-to-one persons to users? Haven't tested that.). However, I haven't seen a way to make one create the other. They must both exist before you try to associate them. You can create a person without associating a user account, and vice versa. These can be associated later by editing the person node.

One aspect of STORM that I don't care for is how the fields in the content types aren't very customizable. I wish they were all CCK entries. But I'll take what I can get for now!

Roberto Gerola’s picture

Status: Active » Closed (works as designed)