Skip to content

Instantly share code, notes, and snippets.

@eugenoprea
Created March 13, 2013 14:41
Show Gist options
  • Save eugenoprea/5152763 to your computer and use it in GitHub Desktop.
Save eugenoprea/5152763 to your computer and use it in GitHub Desktop.
Gravity Forms – Populate Name Field - Retrieving user meta information 2.
first_name = eo_get_usermeta('first_name');
last_name = eo_get_usermeta('last_name');
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment