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