if (!name.last || name.last.length < 1) {
    return alerts.appendChild(Alert({
      type: 'warning',
      text: 'Invalid last name.'
    }).el)