You are viewing limited content. For full access, please sign in.

Question

Question

Is it possible to add initials line/box?

asked on June 14, 2022

I am needing to create a form where the submitter can provide initials? Would this be possible? 

0 0

Replies

replied on June 14, 2022 Show version history

If I'm understanding the question correctly, you could add a Single Line field that is limited to 3 characters in length.  You could also use RegEx expressions to limit it to letters only.  Something like this (I haven't tested in a Form) would probably work: [A-Z]{2,3}   which will require 2 or 3 upper-case letters.

1 0
replied on June 14, 2022

I like capturing the initials from the user name

1 0
You are not allowed to follow up in this post.

Sign in to reply to this post.