Hi!
I tried to set up pattern for text field validation, but I can't understand how to do this. Pattern like this pattern="[0-9A-Fa-f]{12}" or any other.
Can you help me, please?
Regards,
Sergey
I tried to set up pattern for text field validation, but I can't understand how to do this. Pattern like this pattern="[0-9A-Fa-f]{12}" or any other.
Can you help me, please?
Regards,
Sergey
Hi Sergey,
Please try this:
Best regards,
Max
Please try this:
/[0-9A-Fa-f]{12}/
Best regards,
Max
Hi,Max!
It works.Thanks. But validaiton works very strange in my opinion. There is some bug here, I think.
Best regards,
Sergey
It works.Thanks. But validaiton works very strange in my opinion. There is some bug here, I think.
Best regards,
Sergey
Hi Sergey,
How do you expect it to run exactly ?
Best regards,
Max
How do you expect it to run exactly ?
Best regards,
Max
Hi, Max!
It's difficult for me to understand how to fill correctly fields on the validation tab - 'Regular expression' and 'Validation rules' fields.
Best regards,
Sergey
It's difficult for me to understand how to fill correctly fields on the validation tab - 'Regular expression' and 'Validation rules' fields.
Best regards,
Sergey
Hi Sergey,
The validation rules takes custom rules and messages, the other validation settings are the predefined ones.
Best regards,
Max
The validation rules takes custom rules and messages, the other validation settings are the predefined ones.
Best regards,
Max
This topic is locked and no more replies can be posted.