Hi,
I need to do some extra actions after user registration and update.
How can I do this ?
Thanks in advance
Best Regards,
D.
Hi,
I need to do some extra actions after user registration and update.
How can I do this ?
Thanks in advance
Best Regards,
D.
There are hooks available to allow you to do this, probably gform_user_registered:
http://www.gravityhelp.com/documentation/page/User_Registration_Add-on_Developer_Docs
I'm not sure about a hook for after a user is updated. My guess is that it would be gform_user_updated if you are using the 1.5beta release of the User Registration add-on. That feature is in the 1.5 beta version which is not yet in final release, and the hooks are not yet documented.