Hi,
I added a field definition in a model to have a ajax validation but I do not need to save this field in DB because this field is an array and because I not have this column in model’s DB.
My question is: how I can to show a required field in a form but without insert it in db? Otherwise an error is raised because the field does not exists.
Thanks.