So to update the user information i am using this code but it doesn’t seem to update correctly. it is not pulling in the $attendee_data[‘TEXT_14’] content.
update_user_meta( $user_id, 'company', $attendee_data['TEXT_14'] );
if I do this it works. update_user_meta( $user_id, 'company', 'testing content' );
Looking at it, the $attendee_data array doesn’t contain what you need, try using $_POST
Viewing 2 reply threads
The support post ‘Using Registration form to update user information’ is closed to new replies.
Have a question about this support post? Create a new support post in our support forums and include a link to this existing support post so we can help you.
Support forum for Event Espresso 3 and Event Espresso 4.