Validate that the value is not empty
FormValidator notEmpty() { _addRule("not_empty"); return this; }