onSubmit() { this.user.username = this.signupForm.value.myUserData.username; this.user.email = this.signupForm.value.myUserData.email; this.user.question = this.signupForm.value.secret; this.user.answer = this.signupForm.value.questionAnswer; this.user.gender = this.signupForm.value.gender; this.submitted = true; this.signupForm.reset(); }