Tell us what you are trying to do?
Hello,
I would like the users to have the ability to chose how their "name" appears in the site, besides having their actual Login Username, real First and Last Name.
NOTE: It's NOT the "nickname"
WP achieves this with the "Display name publicly as" field.
So using CRED I built a "My Account Page" which allows them to "Edit Their Profile".
I successfully created all the necessary Fields, except that one.
Now I need to insert the "Display name publicly as" Short-Code with CRED, for this User Field to be Editable.
Could you please help me figure it out?
I double-checked on a test site and CRED doesn't make that user field available to add to the form, and there isn't any way to get round that. We have an API for running code when a post form submits, but no such API for user forms, so it is not even possible to add some custom code to update the display_name field when the post submits.
I have filed a feature request to be able to use this field (and to have a User Form API).
If accepted it may take a while to implement, and you should keep an eye out on the release notes for CRED when we publish updates.
Hi, I have created a registration form for new users but I would like to be able to modify or choose the public name to display in the profile editing phase. is there a way to do it?