Create a User with separate First name and Last Name #4384
Answered
by
jasonvarga
jeverington
asked this question in
Troubleshooting
-
Wondering how I can use the existing forms in the cp to create a user where I've specified a first_name and last_name instead of a name field? |
Beta Was this translation helpful? Give feedback.
Answered by
jasonvarga
Oct 4, 2021
Replies: 1 comment 8 replies
-
Edit the user blueprint, remove the |
Beta Was this translation helpful? Give feedback.
8 replies
Answer selected by
jasonvarga
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Edit the user blueprint, remove the
name
field, and addfirst_name
andlast_name
fields.