Hello i need to insert data in my tables after user creation ... i think to use hook_form_alter for $form_id="user_register" but i don't know how to say "after you created user... do this". How can i do it in form_alter?
Thanks and greetings c.
|
Hello i need to insert data in my tables after user creation ... i think to use hook_form_alter for $form_id="user_register" but i don't know how to say "after you created user... do this". How can i do it in form_alter? Thanks and greetings c.
| |||
|
feedback
|
|
You can add custom submit handler to forms like this.
I'd also recommend to use Drupal's Triggers & Actions to achieve this. AFAIK there was a bug with one of the triggers that fire after user registration. Don't know if that has been fixed. | |||||
|
feedback
|