Only allow positive values in a currency field, not allow zero?
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-17-2023 05:10 AM
I have a currency field and want to only allow positive values in the field. It should also not allow zero or negative values to be entered.
Please help.
Thanks!
5 REPLIES 5
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-17-2023 05:32 AM
Actually, If I check value in snutil, it is EUR;0.0. So, it always has to be EUR.
Maybe we have to include this in the regex as well.