-
Notifications
You must be signed in to change notification settings - Fork 317
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Email Signup Submission Fixed #1119
Email Signup Submission Fixed #1119
Conversation
Hey @Kajol-Kumari Please review it and merge it |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I hope we gave unique subscribers email check on backend
e.preventDefault(); | ||
//if isValid = true, form submission trigger | ||
const isValid = validation(); | ||
if (isValid) { | ||
setSubmited(true); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
For every new user, there should be a welcome email sent to the subscribers
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It's a frontend part... the email sent part should be done in backend.
Merge the request and i will add the email functionality in new issue.
Yeah It not stored if email already exists. |
Close the current request I will add email functionality on issue #1120 Assign me that issue |
Issue that this pull request solves
Closes: #878
Proposed changes
Integrated into backend and toast message added.
Types of changes
Put an
x
in the boxes that applyScreenshots