How to use hook alter form in module to register a user and also save some data in another table?
        Posted  
        
            by user363036
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by user363036
        
        
        
        Published on 2010-06-10T11:51:15Z
        Indexed on 
            2010/06/10
            15:32 UTC
        
        
        Read the original article
        Hit count: 276
        
have a general idea on how to use hook alter to modify the feel of the registration form .
However the challenge I have is to not only have the user register, but to save some extra data into another table and then redirect user to a new page.
How would I get about doing that? Please help
© Stack Overflow or respective owner