Pro Forms - Update user meta

Hey guys,

I am building an edit profile page and everything works quite good. I can update my custom fields through the form. The two fields i cannot update are first_name and last_name (also email, which is no meta field as i understand, but thats a problem for later).

My settings:

If i just change the meta key to some custom field it works fine, what am I doing wrong? Is it a permission thing maybe?

Greetings,
Jannik

Firstname, Lastname, and Email as well are no user meta fields :slight_smile: You need to update them using a custom function.

1 Like

Thank you, i found a solution :slight_smile:

1 Like