Custom fields in user profile

Hi, I’m hoping to find some help here.

I’ve created a few custom fields in the user profile, like Company Name, Phone etc.

I’d like to use/fill those fields from a GF registration form. I know GF offers custom fields in the Post Fields section, but these seem to be limited to posts, and don’t include user profile fields.

How can I populate the custom user fields from a GF registration form?

Hi Andre. You would not use post custom fields because those are for the Post content type.
Do not use Post fields; use regular fields to collect the data you need, then you map those fields to the user profile (user meta custom fields) in the Feed.

To store information in the user’s profile in custom fields, you use the User Registration “Create User” (or Update User) feed. You can see how to set that up here:

If you have any other questions, please let us know.

1 Like

Wow, this is awesome. Many thanks for your support. Very helpful.

1 Like