PLEASE NOTE: These forums are no longer utilized and are provided as an archive for informational purposes only. All support issues will be handled via email using our support ticket system. For more detailed information on this change, please see this blog post.

post action on create and new

  1. Hi,

    I need to do some extra actions after user registration and update.

    How can I do this ?

    Thanks in advance

    Best Regards,
    D.

    Posted 11 years ago on Monday March 25, 2013 | Permalink
  2. 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.

    Posted 11 years ago on Monday March 25, 2013 | Permalink