Is textbox masking supported in Nintex forms?

  • 12 July 2016
  • 5 replies
  • 55 views

Badge +1

HI,

I've been wondering if masked input in Nintex forms is possible? Will appreciate any feedback. Thank you.


5 replies

Userlevel 5
Badge +14

do you mean masking like entering passwords?

eg. single line text control does support that

Badge +1

Hi Marian,

Thank you for your reply. The masking that i intend to do is mask formatting for say phone number and date like on this link:

digitalbush » Masked Input Plugin

Any idea is appreciated. Thank you. happy.png

Userlevel 5
Badge +14

ah, ok.

that is not available OOTB, you will have to script it on your own.

OOTB is just available regular expression validation. ie. control/form will not validate until input text does meet given regex pattern, but it will not provide visual hint what is expected pattern. you would need to define control's hint with expected format or place an another label/text control in the form which would explain what is expected format.

similar topic has been started here using jQuery mask plugin for input field , working in design but not working in the display mode. , however, author haven't posted whether he managed to get it working or not.

Userlevel 5
Badge +14

I do not see any mask() function available on single line text control in preview mode on NF2013 on-prem.

not sure what env. you are talking about.

Userlevel 5
Badge +12

As stated earlier you can use JS to pull this off.   

Reply