• Resolved mica123

    (@mica123)


    Hello,

    I was wondering about field validation options in Google Forms settings. Not all of them are clear to me, but I was wondering about capitalization. So many users are not very particular about writing their names with the first letter in uppercase. Is there any way to capitalize the input text? The CSS will not be useful because the text will appear in lowercase in the spreadsheet.
    Thanks.

    https://www.ads-software.com/plugins/wpgform/

Viewing 2 replies - 16 through 17 (of 17 total)
  • Thread Starter mica123

    (@mica123)

    Once again many apologies for the mixup yesterday. Yes, I can confirm that the regex is working for me and it’s perfect. I am using [A-Z] without the asterisk for matching the starting capital letter of name. Thank you so much for looking into this and providing a solution. I am marking it as resolved.
    If I may ask: I suppose that [A-Z] match can only be used for the first name. I was looking for a regex that would match a second name as well (ie. Sarah Ann), but I realize that this is not so easy as not everybody would have two names.

    Plugin Author Mike Walsh

    (@mpwalsh8)

    There are a lot of regular expression tutorials out there – I am sure you could find one which would allow you to require one or more word fragments with each having the first letter capitalized.

Viewing 2 replies - 16 through 17 (of 17 total)
  • The topic ‘Capitalization’ is closed to new replies.