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

Provide an engagement homepage for prospective content providers/publisher #80

Open
okbrown opened this issue Jul 25, 2020 · 0 comments
Assignees

Comments

@okbrown
Copy link
Contributor

okbrown commented Jul 25, 2020

Summary

As a visitor, I want to submit my interest so that I can participate in the community

Acceptance Criteria

Scenario: User submits valid form values

Given that I am on the landing page
When I input valid content into all the required fields
And click ‘Submit’
Then the form is submitted
And a confirmation message is displayed
And a notification email is sent to the admin team

Scenario: User submits invalid form values

Given that I am on the landing page
When I input invalid content into a field
And click ‘Submit’
Then an error message is displayed
And the focus is returned to the first invalid field

Additional context

@MikeDre to confirm whether form will be displayed inline or in a modal

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

3 participants