• Resolved Rafa Carvalhido

    (@rafacarvalhido)


    Hi, I′d like to create a text field where user inputs their full name. I used masking aaaaaaaaaaaa to only allow letters, but it also doesn′t allow spaces.

    How can I limit the input to only letters and spaces?
    Is it possible to use regex?

Viewing 2 replies - 1 through 2 (of 2 total)
  • Hi,

    Regex is not supported in this, we will try to add this soon.

    Hi,

    Ok here is the solution for full name, make sure you have added any input mast in Input masking option in PPOM text field like:

    View post on imgur.com

    Then you can you paste following jQuery/js code into your theme anywhere:

    Inputmask({ regex: "[a-zA-Z ]+" }).mask('#regex_mask');

    Note: regex_mask is the name of input fields (dataname)

    • This reply was modified 5 years, 9 months ago by N-Media.
Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Input Masking spaces’ is closed to new replies.