Masked Text Box Issue

Masked Text Box Issue

Comments

  • Unknown
    edited November 2023

    We have a field on a form that has data validation requiring input in format: 2-3 digits including a decimal (ie. 12.3). If 3 digits are entered it works fine:

    If the users ant to enter two digits (ie. 8.9) they find they must enter it as 08.9. Is there a way around this?

  • You could try and use the Pad String to Left step. This step could be used to add a 0 the string that you are trying to evaluate here. You can find this step in Data>Text>Pad String to Left.

Sign In or Register to comment.