While editing custom user fields title input shows incorrect value, it shows the same value what is set for name
You can fix it by changing
{if isset($field.title)}{$field.name}{/if}
to
{if isset($field.title)}{$field.title}{/if}
in admin/layout/templates/users/profile_fields_edit.tpl on line 47
While editing custom user fields title input shows incorrect value, it shows the same value what is set for name
You can fix it by changing
{if isset($field.title)}{$field.name}{/if}
to
{if isset($field.title)}{$field.title}{/if}
in admin/layout/templates/users/profile_fields_edit.tpl on line 47