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.

How to add a value to a table with the Registration add-on

  1. mooreway
    Member

    I have a project where I want to use gravity forms to add the user_id which is created at registration and a the value or values from a check box on the registration form into a table in word press that controls user access to a group of posts.

    Is this possible to do with the User meta part of the form, or would it require some custom programming.

    Thanks

    Posted 11 years ago on Friday March 8, 2013 | Permalink
  2. You can update whatever table you need to using the gform_user_registered hook: http://www.gravityhelp.com/documentation/page/Gform_user_registered

    That hook has the User ID available to it, and all the values submitted via the form.

    Posted 11 years ago on Sunday March 10, 2013 | Permalink