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.

Adding third-party data from logged in users to Gravity Forms

  1. I have a site where users can login using their LinkedIn and other social networking profiles using a plugin from http://www.oneall.com/.
    Once users are logged in, how can we auto-populate this information into Gravity Forms?
    We are already collecting this data:
    user_ID
    $user_email
    $user_url (User's website, as entered in the user's Profile)
    $user_pass (The phpass hash of the user password - useful for comparing input at a password prompt with the actual user password.)
    $display_name (User's name, displayed according to the 'How to display name' User option)
    $user_identity (User's name, displayed according to the 'How to display name' User option (since 3.0))

    We would also like to collect LinkedIn data, such as phone number, company, company size, etc.

    Thanks,
    Josh

    Posted 11 years ago on Thursday December 27, 2012 | Permalink
  2. David Peralty

    You would only have to find a way to move that data to PHP variables so you can then use gform pre render to fill your form fields. I hope that helps.

    Posted 11 years ago on Thursday December 27, 2012 | Permalink