Gravity Forms only registers the user and creates the data in the WordPress user tables.
It doesn't display any custom user meta fields in the User profile page and WordPress itself does not have a Custom User Meta interface on the Profile page like it does with Posts.
In order for these custom user meta fields to appear in the User profile page you would either have to use another plugin that adds an interface for custom user meta to the User profile page or write your own hook to hook into the user profile page and add these fields. Justin Tadlock wrote a tutorial on how to do this:
http://justintadlock.com/archives/2009/09/10/adding-and-using-custom-user-profile-fields
We get asked about this a lot. While we are considering adding this as an option to the User Registration Add-On it opens up a can of worms such as where should they be displayed? What order should they be in? Should they be grouped? etc. It quickly snowballs into something it wasn't intended to be which is why we haven't added this functionality yet.
We try to reign in the scope so it's strictly about form creation, so after the user is registered it's up to the developer to determine what happens next through the use of custom code or additional plugins.
Posted 13 years ago on Tuesday July 12, 2011 |
Permalink