Question

We have created a registration form in drupal 6 and used cck address field for location information on the given site.

https://stagingconference.calea.org/user/register

We have a section for register. Moreover, the action we need is if I fill the information in register more the new user will be created with the location information that is in the register more block. but its not inserting the location details into database.

It accepts the location details for the main user that is outside the register more but not inserting the location details that is in the register more.

is there any idea about the problem?

Was it helpful?

Solution

Instead of cck fields in registration.You can enable profile module and add the custom profile field whatever you want.Also this module will update the user object (global $user).

For the more info about the profile module follow Community Documentation for profile module

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top