Hi, I have a form with a text input module, I have added a Regex but when I’m trying it with the preview mode my form is always becoming red (means that there is an error) and even with a very simple Regex as /^[0-9]{1,2}$/ the input 2 or 23 per example is invalidated.
Am I forgetting something ?
Thank you for your help,