name
: This would be the complete name. If for some reason you're asking for first_name
and last_name
, or full_name
, and you want to keep it that way for (for example) Data Output reasons, you can always create a computed field with the name
key that returns the full name of the user, and that will do the trick.email
: Same as name, if for some reason you need the input field key to be something different, you can create a computed field called email
that returns the user's email address.