Uppercase format

Buenos días,

Quisiera saber si es posible configurar las preguntas para que todas las respuestas queden en letra mayúscula.

Muchas gracias.

1 Like

Hi @danielarodriguez,

If you wish to capture a Name & Surname both in uppercase please type regex(.,’[A-Z]{1}[a-z]{1,50}[ ]{1}[A-Z]{1}[a-z]{1,50}’) under the constraint column of your xlsform.

Please note that you are able to type only 50 characters for Name and another 50 character for Surname. If you wish to have a much more longer one increase the number to your desired one.

2 Likes

Hi @danielarodriguez,

As a backup you could also have a look at the post discussed here which should help you convert all the entries made in lowercase automatically to uppercase:

Have a great day!

1 Like

How to collect cases with more than one surname, please?

@Sanabria, could you provide a sample question with a dummy response so that the community can also understand your issue and help you out with it?

1 Like

Sorry. How to change this expression to collect one or more middle names. e.g: John Fitzgerald Kennedy. Also, how to set an uppercase exception when the middle name is a prefix of up to 3 letters. eg.: João da Silva, José dos Santos, Groen van der Lann.