Write value to field in usermeta table [RESOLVED]

I’d like my registration form to write form input for one field (county) to a field in the usermeta table where meta_key = ‘county’.
In other words, as they register, they see a dropdown with the state’s counties, choose one, it writes to the county field I’ve added to the user account.
How do I do that?
In a later, update form, I’m able to pre-populate the field, using {user:county} as the default value.
Thanks, Jon.

This is done on the User Registration feed. You map the form field on the left to the meta key on the right. Select the meta key from the drop down, or type it in if the key does not yet exist.

1 Like

Perfect, thank you Chris - that’s a big help!

1 Like