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

Home Page Mailing List Buttons #11

Open
spotmonk opened this issue May 11, 2020 · 0 comments · Fixed by #23
Open

Home Page Mailing List Buttons #11

spotmonk opened this issue May 11, 2020 · 0 comments · Fixed by #23
Assignees

Comments

@spotmonk
Copy link
Contributor

When the user clicks the "join our mailing list" button the button will be replaced by a textbox and a submit button. When the box is filled out and the submit button is clicked then it will all be replaced with a "thank you for signing up" message

AC

WHEN the user clicks the home button
THEN I should see a button that says "sign up for our mailing list"
THEN When I click the button I should see a text area and a submit button
THEN When the text box has an email in it and the submit button is pressed, a message saying "thank you for signing up" should appear

Dev Notes

  • TODO

A button saying "Sign up for our Mailing List" should be in a mailing-list div. When the button is pressed, the innerHTML of the div is changed to a text box and a submit button. an eventlistener is added to the submit button, and when it's clicked the innerhtml of the mailing-list div is changed to "Thank You For Signing Up"

@spotmonk spotmonk self-assigned this May 12, 2020
@spotmonk spotmonk linked a pull request May 13, 2020 that will close this issue
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

Successfully merging a pull request may close this issue.

1 participant