Skip to content
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

[225] Contact Form Validation - Mobile #273

Closed
Dufuna-Fem opened this issue Dec 10, 2020 · 0 comments
Closed

[225] Contact Form Validation - Mobile #273

Dufuna-Fem opened this issue Dec 10, 2020 · 0 comments

Comments

@Dufuna-Fem
Copy link
Collaborator

As a customer user, I want to be able to fill a contact form so I can reach out to the e-commerce store Admin.

Success Criteria

  1. Validate the Contact form
  2. Ensure all fields are made mandatory
  3. The full name field should be validated to NOT accept special characters
  4. If the Full name field is empty and user clicks send, the error message should be "Please enter your Name"
  5. Ensure the email address field only accepts valid emails (ie name@domain.com)
  6. If an invalid email address is entered, ensure a message is displayed to the user - "Please enter a valid email".
  7. If the Email Address field is empty and user clicks send, the error message should be "Please enter your Email Address"
  8. If the Subject field is empty and user clicks send, the error message should be "Please enter a message subject"
  9. If the Message field is empty and user clicks send, the error message should be "Please enter your Message"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant