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
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
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. :)
Thanks David, appreciate the tip.
Gleb