Servey Form Project Feedback

not sure why fcc won’t let me post hyperlinks on this account

https://joellau.github.io/fcc-survey-form/

Hello!

You aren’t allowed to post links yet because you have not been given the appropriate trust level yet. You may click the link to see the conditions to reach “basic” trust level, or you may click on your “profile” tab and see the inbox message you got from discobot. This inbox message will be a brief tutorial on the forum, and completing it should elevate your privileges.

As for feedback - you’ve got a great start here. I notice that your “choose one” buttons with two lines of text are slightly smaller in height. Take a look at your CSS and see if you can even those out?


Also I ran the test suite and it looks like you are missing two tests.

  • Your dropdown element needs at least 2 selectable options - you’ve only got one option that is selectable, so the test is failing.
  • The buttons you put together are cool! But the test is looking for checkboxes and not finding them.

Let me know if you have any questions! You’re off to a solid start!

1 Like

Your form looks okay @joel.lau. Something to revisit;

  • Run your HTML code through the W3C validator.
    • There are coding errors you need to address.
1 Like