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/)
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
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