drupal how to show custom profile field
        Posted  
        
            by Arun
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by Arun
        
        
        
        Published on 2010-06-10T12:58:28Z
        Indexed on 
            2010/06/10
            13:02 UTC
        
        
        Read the original article
        Hit count: 308
        
i added a profile field to registration form. how to show in edit registration (account) form . i wrote a module for edit account in that $form [function editregistration_form_user_profile_form_alter(&$form, &$form_state) ] doesn't contain the values of custom profile fields.
© Stack Overflow or respective owner