how INPUT MASK works?

  • trevobrasil
    Asked on September 22, 2015 at 12:50 PM
  • Kiran Support Team Lead
    Replied on September 22, 2015 at 2:18 PM

    Input mask on a text box field can be used to validate the values as per the format specified. For example if you want the phone number in the US format you may specify the input mask as below :

    how INPUT MASK works? Image 1 Screenshot 50

    When this field is filled on the form, user is only allowed to type numbers. Alphabets and special characters are restricted.

    how INPUT MASK works? Image 2 Screenshot 61

    Similarly, you may restrict the field to enter only alphabets by using @ and also a combination of alphabets and numbers by using both as shown below. 

    how INPUT MASK works? Image 3 Screenshot 72

    how INPUT MASK works? Image 4 Screenshot 83

    Hope this information helps.