Prefix a number field [RESOLVED]

Hello fellow GF Users,

I am working on a form where the user wants to have their customer enter a number value, say 1234, but we need to add UN- in front of the number when the form is submitted and have it appear on the notification emails.

Does anyone know of a way to do this? Not having much luck on google searches yet, but still looking.

Thanks!

Ken

Have you tried enabling the input mask on a single line text field with this mask?

UN-9999

1 Like

I second @chrishajer’s suggestion - used it successfully in similar use-cases.

If it does not work, there are other ways :slight_smile:

The Custom Input mask did the trick, I didn’t even think of that!! Thanks Chris and Phil!

2 Likes

Sure thing Ken!