NVombat / MusicApp

Karaoke Music App created for the JTV Foundation to host Karaoke Videos and allow users to record voice tracks and videos, upload and download the media. (https://www.vr1movement.com/)
https://www.vr1music.com/
MIT License
8 stars 10 forks source link

Update Form.tsx #121

Closed SharanPrasath closed 2 years ago

SharanPrasath commented 2 years ago

Description

The functionality for receiving emails and getting an acknowledgment is perfectly fine. Now on the part of storing it in the firebase, it was done separately by formsubmithandler function which was used by the form, But now the form is using the function which I created for sending emails. so as that function(formSubmitHandler) is not being used and only one function can be used at a time. Storing data was not possible