Hello,
after a lot of searching on the forum i got me a test form created with two field and a submit button.
in the form i activated the JS validation and set the Errors event to "onSubmit & onBlur".
On the field in put in the class => "validate[digit[0,300]], game" without the quotes. Also on the validation i checked the digit validation.
The game class is to test a CSS setting for the field width.
When i put alpha characters in the field then i receive an error message to indicate that there must be digits entered. This i receive when leaving the field. However when i enter a value like 500, when leaving the field then i don't get any error message.
Any help here?
after a lot of searching on the forum i got me a test form created with two field and a submit button.
in the form i activated the JS validation and set the Errors event to "onSubmit & onBlur".
On the field in put in the class => "validate[digit[0,300]], game" without the quotes. Also on the validation i checked the digit validation.
The game class is to test a CSS setting for the field width.
When i put alpha characters in the field then i receive an error message to indicate that there must be digits entered. This i receive when leaving the field. However when i enter a value like 500, when leaving the field then i don't get any error message.
Any help here?