-
-
Notifications
You must be signed in to change notification settings - Fork 410
London | JAN-26 | Divine Mankrado | Sprint 2 | Form Control #1091
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
base: main
Are you sure you want to change the base?
Conversation
✅ Deploy Preview for cyf-onboarding-module ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
MorganDavid
left a comment
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.
Looks good to me!
| <html lang="en"> | ||
| <head> | ||
| <meta charset="UTF-8"> | ||
| <meta name="viewport" content="width=device-width, initial-scale=1.0"> | ||
| <meta http-equiv="X-UA-Compatible" content="ie-edge"> | ||
| <title>Results</title> | ||
| </head> | ||
| <body> | ||
| <div id="results"></div> | ||
| <a href="/">Back to Form</a> | ||
| <script> | ||
| const resultsList = document.getElementById('results') | ||
| new URLSearchParams(window.location.search).forEach((value,name) => { | ||
| resultsList.append(`${name}: ${value}`) | ||
| resultsList.append(document.createElement('br')) | ||
| }) | ||
| </script> | ||
| </body> | ||
| </html> No newline at end of file |
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'm not sure what this file does? One of the requirements is not to use javascript.
This page seems to be unrelated to the task?

Learners, PR Template
Self checklist
Changelist
My code asks the user their name and email which has to be text only. Then it gives them one choice between the options red, green and blue to select their T-shirt color. It then gives a dropdown selection for what size to pick.
Questions
I have none at this moment.