Is there a way to error check a text field?

  • drdavidkerr
    Asked on January 22, 2019 at 2:04 PM

    Is there a way to error check a text field? In this case I want a 5 digit Zip code and I would like it so there is only 5 digits allowed and ideally only numbers.

    Thanks.

     

  • AndrewHag
    Replied on January 22, 2019 at 3:07 PM

    You can achieve this by using Short Text Field and adding Input Mask to it.

    1. Drag and drop the Short Text Entry field on the form.

    2. Click on the Gear icon.

    3. Go to Options and in Input Mask filed type "#####".

    By doing this the field only accepts exact five digit input.

    1548187316chrome wc2iO638DJ Screenshot 10

    Go through this guide to the better understanding of input mask.

    I hope this helps. Please do let us know if you have any other queries.