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