Use the form binding then instead of the validated entries binding group.
the validated entries binding group is set up to form values that pass validation, but not save entries that fail.
if you want to keep entries that fail, use the form binding group for the initial values of the form elements.