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.

API to retrieve form data for $user_id ?

  1. Is there a set of API that could be used to retrieve form data submitted by $user_id during initial registration process? (I use GF + registration addon).

    Gleb

    Posted 12 years ago on Thursday October 27, 2011 | Permalink
  2. Hi Gleb,

    If you have the $user_id, and this user was created via the User Registration Add-on, there will be an "entry_id" user meta value. Using this value you can retrieve the entry using the RGFormsModel::get_lead($entry_id) function.

    Hope that helps. :)

    Posted 12 years ago on Thursday October 27, 2011 | Permalink
  3. Thanks David, appreciate the tip.

    Gleb

    Posted 12 years ago on Thursday October 27, 2011 | Permalink

This topic has been resolved and has been closed to new replies.