Replies: 1 comment
-
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I have employee provisioning form. I want the username field to be derived by concatenating the firstname and lastname.
So when the user fills the firstname (John) and lastname (Doe), the username should default to 'john.doe'. I suspect that the dependable option is tool to do this. However, I don't know how to:
Thanks for your response.
Beta Was this translation helpful? Give feedback.
All reactions