[Plugin: Fast Secure Contact Form] Validation Regex
-
I want the user to enter a rating-value with dots instead of comma, for example 1.234 not 1,234.
How do a “force” the submitter to this?
The string /^\d+$/ does not allow to use either comma or dot, only digits.Is there a validation regex that I can use instead?
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
The topic ‘[Plugin: Fast Secure Contact Form] Validation Regex’ is closed to new replies.