I'm using User registration add-on for adding custom fields in the registration. It works fine. However, I'm not good at adding custom codes for showing user's data (including the custom fields) either in back-end or front-end.
Recently, I found 1.5 beta was available. I think the new "Feeds" thing is for the purpose that I'm looking for. I then tried:
1) duplicated my registration form (with all the registration fields) to make a user profile form, named as User Profile;
2) added a new feed in User Registration -> New Feed
Acton = Update User;
Gravity Form = User Profile;
3) added the User Profile form to a new page as Account Information in my wordpress
Having done the above, the result is a blank page when I access the Account Information page.
Can anyone tell me what should I do to achieve the displaying & updating custom user meta by Gravity Form? Many thx.