Harshada_28
3 months agoNew Contributor II
Input form should not allow negative values
Hi Everyone,
If end user enters negative value in the input form. Save button or form should not save the value.
Do we have any solution for it?
You can approach this either by stopping the data being saved or highlighting the error with formatting or running a validation afterwards. To stop the data being saved use FormsEventHandler (search this forum for more information). Formatting possibility is here . And Validations can be done in many different ways but probably in Confirmation Rules.