How to validate the field to allow only numbers,(comma).(dot) Please suggest if script is needed
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-16-2024 06:08 AM
How to validate the field to allow only numbers,(comma).(dot)
Please suggest if script is needed
10 REPLIES 10
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-16-2024 07:11 AM
Yes, a script is needed. (On change client script)
You have to define a regular expression and then
you can check with variable.match(regex)
Please refer the below thread
Please mark the answer as helpful and correct if helped.
Kind Regards,
Ravi Chandra