I want to use Fieldset on my model, it's work. On the field "age", i have set a validation "required" and "numeric". And i have set a default value "20".
But in a form, i want to hide the field. For this, i use "$form->disable('age');
But the validation()->run(); say me he has an error on the field "age". How i can disable the field in the validation before use run(); Or put the default value "20" ?