Hi all.
Can someone have a look at my Survey Form and let me know if it fulfills ALL the user stories.
Thank you 
Hi all.
Can someone have a look at my Survey Form and let me know if it fulfills ALL the user stories.
Thank you 
Hi Andreia.
You can test your project automatically.
Just go there FCC Survey Form - Codepen and click at the top of window on the āForkā button. After you do that you can see at the left top corner of window āburgerā (three lines). Click on them and youāll see a test button.
So now you can change FCC HTML and CSS and press āTestā button. And youāll see what user story you didnāt do.
Nice flying UFO;)
I hope this helped.
I know what you mean, but when I press Fork the āthree Linesā donāt appear. I can see them on if Iām on other peopleās pens.
Also it is āfullfilā in England 
Scary! UFO! OH MY GOOD.
Good job!
Try opening your projectās JS settings, then paste
https://gitcdn.link/repo/freeCodeCamp/testable-projects-fcc/master/build/bundle.js
in the external scripts part.
Ok. I donāt know why is this happen but 5,6,8,9,10,11,12,16 items of user story you need to fix.
hummm, that doesnāt sound right lol
Ok. Iāforked it to my own account. You can see your project test for a while
Your project test
oh thanks. I have no idea what all of that mean. 
what exactly you donāt understand?
For example.
5.Inside the form element, I am required to enter an email in a field with id=āemailā.
Go to your form element and add to your input element where people fill in their email address id=āemailā.
oh yes I see that. But story 6 is showing error, but thereās an invalid format error.
Also what I am trying to do is that both validation error for name and email show. I did it before and it was working but continued to show errors.

Your code is
<input id=āE-mailā name=āE-mailā type=ātextā placeholder=āE-mailā required pattern="[0-9]{10}" value="" title=āThis is an error messageā>
Your id is E-mail and you need id email. It is case sensetive.
Story 6 is showing an error because your input email field has type=ātextā. For HTML5 validation you need to use type=āemailā.
Done and all user stories check out 
Thank you for your help and feedback.
Iāll be back with more questions 
Youāre welcome.
You can send me a private message if you need help. Iāll answer you as soon as I can.
Happy coding.
Hello ,
Total novice here. This is my first post to a forum of any kind even.
I canāt pass #10 I have stepped away and come back but cannot figure out what is wrong. My pen is just a basic outline to tick the boxes at this point so itās not pretty. Any help would be appreciated.
Thank You
my code pen](https://codepen.io/christieBaker/pen/XyOVPj)
I know its 6 months after you posted this but man, I couldnāt figure out what I was doing wrong for the longest! Thank you for this comment! 