This is a Music Player and streaming app for royalty-free music, we call it VOVOCA, one can download royalty free music and no credits required for the same, we provide for free just because your creativity never stops .
Add a contact us button in the navbar for easy navigation to the form and add the client side email validation to save resources
Currently the form is acception malicious/incomplete emails like abc@a and wasting server resources.
Steps to Reproduce (if applicable)
scroll down to contact us form
enter email as abc@a
submit and see the error by formspree
Expected Behavior
it should not let the form submit if there is any error in the email from the client side itself
Current Behavior
it is wasting resources by sending improper emails to the server
Possible Solution (optional)
adding a proper RegEx would solve the issue of email validation
adding contact us button is easy using direct html with already used css
Issue Description
Add a contact us button in the navbar for easy navigation to the form and add the client side email validation to save resources Currently the form is acception malicious/incomplete emails like abc@a and wasting server resources.
Steps to Reproduce (if applicable)
Expected Behavior
it should not let the form submit if there is any error in the email from the client side itself
Current Behavior
it is wasting resources by sending improper emails to the server
Possible Solution (optional)
adding a proper RegEx would solve the issue of email validation adding contact us button is easy using direct html with already used css
Additional Context (optional)
NA