Full Name Input - Capitalize Each Word

614
1
02-23-2022 08:58 AM
SarahLavin
New Contributor

Hello,

I am trying to create a single question field to enter in a person's full name. I want to make it so that Survey123 automatically capitalizes the first letter of each part of the name (first name, middle name/middle initial, last name, and any suffixes [English Proper]). How would I go about doing this? Will this be a input mask or a regex formula?

Thanks in advanced!

0 Kudos
1 Reply
Katie_Clark
MVP Regular Contributor

Hello,

Looks like you can probably do this with an input mask

Katherine_Clark_0-1645637386546.png

You could also do this with a JavaScript function to convert whatever the input is and return the Title Case name in a new field.

Hope that helps!

-Katherine

Best,
Katie


“The goal is not simply to ‘work hard, play hard.’ The goal is to make our work and our play indistinguishable.”
- Simon Sinek
0 Kudos