P
|
procheck 2/24/2011 |
if ($values["fieldname"] > 500) |
P
|
piobote author 2/25/2011 |
I am looking for a way to prevent the user to add a value > 500 when validating with the save button (something like the required case) |
P
|
piobote author 2/25/2011 |
I found the solution by using Regular expression on the field: |