Recent content by Coolkid4321

  1. C

    Creating a custom error message for Input Mask violation

    The input mask that im using makes it so the input has to be 5 numeric digits '00000', the code works but only if the input is less than 5, if its above 5 then it shows the same default error "The value you entered isn't valid for this field. For example, you..."
  2. C

    Creating a custom error message for Input Mask violation

    Hey can someone help me create an error message for when an input mask is violated in a form? I want the error to appear specifically if an input mask is violated. Thanks
Top Bottom