Hi, I added to user's profile new field - Country. New users who registre now can see this field and can change this field in user's profile edit form. But old users who have registered before cann't see this field? How can I fix this?

Comments

Alan D.’s picture

"cann't see this field" meaning that they can not see a country on their profile page (user/2) but can edit it? (i.e. user/2/edit)

All fields work this way. You can use the module Empty fields to supply a fallback value if you want to show some other text. Once enabled, you can alter the display fields (admin/config/people/accounts/display), clicking the little cog to the right of the country field, and entering the empty field value here. You need to repeat on any display mode that you want this data to show. Empty fields requires the Field formatter settings module.

Alan D.’s picture

Status: Active » Closed (cannot reproduce)

Closing due to no feedback.

Alan D.’s picture

Issue summary: View changes

edit

funtik44’s picture

Issue summary: View changes

sub

Alan D.’s picture

If you have a form alter or custom template for this form, then you may simply have forgotten to render the entire form.