-
-
Notifications
You must be signed in to change notification settings - Fork 78
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
LONDON-JAN-25 | MIKIYAS GEBREMICHAEL| MODULE-ONBOARDING- Form/wireframe | WEEK 2 #180
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 site configuration. |
Form-Controls/index.html
Outdated
<!-- | ||
try writing out the requirements first as comments | ||
this will also help you fill in your PR message later--> | ||
<!DOCTYPE html> |
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.
Your html structure is wrong here. Please, update it. You are in the middle of a html doc, but <!DOCTYPE html>
is always the very first element you see in the html.
Form-Controls/index.html
Outdated
<body> | ||
<div class="big-room"> | ||
<h2>Customer Information</h2> | ||
<form action="submit-form.php" method="POST"> |
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 don't see submit-form.php
in your project. Please use actin="#"
which is a convention to say "as for now we don't care where this form is submitted"
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.
the mistake was done while copy pasting my html code from my first branch to my second branch to make it work. this was done in class room as suggested by the mentor. but when pasting it inside html of the second branch which is form/wireframe i put it in wrong place. THANK YOU TYZIA for commenting it out. now i fixed it.
Form-Controls/index.html
Outdated
</form> | ||
</main> | ||
<footer> | ||
<h2>By Mikiyas Gebremichael</h2> |
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 don't think that heading level 2 is appropriate here. Please use other tag.
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.
fixed, replaced by
,
Thank you for the update. Your work is complete. |
Learners, PR Template
Self checklist
Changelist
Briefly explain your PR.
Questions
Ask any questions you have for your reviewer.