Forum Discussion

Harshada_28's avatar
Harshada_28
New Contributor II
2 days ago

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?

1 Reply

  • MarcusH's avatar
    MarcusH
    Valued Contributor

    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.