Server Validation isn't easy to add for multiple update forms.
It would be much easier to do it with jquery validation.
Just apply the Jquery validation, don't worry that the form field isn't available from the UI.
Then go to the form field in your html and add: <input type="number" min="1" required