Hi, I'm new to this and I need some help. I created a couple of fields with the Profile Module to get some extra info from users. They appear properly in a separate tab beside the Account information tab under user edit.

How can I access those fields and move them under Account Information?
thank you.

Comments

unqunq’s picture

Any ideas on this? Do I need to provide more information? It was my first post here so I need some guidance if anyone can spare few minutes.

danny englander’s picture

The one page profile module should do it. http://drupal.org/project/onepageprofile

unqunq’s picture

Thank you @highrockmedia . That did the trick. I am now looking at intercepting those extra fields and send them to a different table. I guess I need to add a listener to the form submit?

danny englander’s picture

Ok glad that worked. I'm a front end dev. so probably can't help you with adding data to another table.

unqunq’s picture

I got the line in the module when all data is coming back so I should be able to take it from there and process it the way I want. Thanks. I guess that my next question would be asked in another section of the forum, at modules somewhere. :)