• Resolved lemoustic

    (@lemoustic)


    Hello,
    I would like to add in a first name field, the possibility for a user to enter a first name to compose.

    The seperation between the two first names would be done with a hyphen. But I do not know the position of the hyphen (random position).

    How can I do ? I did not find anything in the help.

    Thank you

    Eric

Viewing 1 replies (of 1 total)
  • Hello @lemoustic,

    You can use the regular expression regex:([A-Za-z]+)-([A-Za-z]+) within the custom input mask to achieve the separation without knowing the position of the hyphen.

    Thanks!

Viewing 1 replies (of 1 total)
  • The topic ‘Custom Input Mask for first name’ is closed to new replies.