I’ve added a number of fields to a specific user role.
The fields are working fine within the admin area.
Though when using the fields on the front-end I get some strange behavior with newly created users.
When I try to update a field value (from the front-end) for a new user (which hasn’t been saved/updated in the admin). It saves the field values, but not the field keys.
This means I cannot retrieve the values normally.
Database fields screenshot: http://drops.bogardo.com/112sc/3pJXDCjx
Only when I save this user from the admin area the field keys are being set correctly.
Database fields screenshot after admin save: http://drops.bogardo.com/Exx3/1I7E1GSj
Can you post the code you’re using on the front end for acf_form()