if(this.props.children) React.Children.forEach(child => {
      if(child.props.group)
        this.form_values[child.props.group] = [];
      else
        this.form_values[child.props.name] = "";