Hello all,
Can someone please have a look on the rubbish I’ve made so far and point out to me whats going on with them ? I’ve been at it for the last couple of days and just couldn’t make it work to pass those tests…
User stories I am currently failing :
-
User Story #12: Inside the form element, I can select an option from a dropdown that has a corresponding
id="dropdown"
. -
User Story #13: Inside the form element, I can select a field from one or more groups of radio buttons. Each group should be grouped using the
name
attribute. -
User Story #14: Inside the form element, I can select several fields from a series of checkboxes, each of which must have a
value
attribute. -
User Story #15: Inside the form element, I am presented with a
textarea
at the end for additional comments. -
User Story #16: Inside the form element, I am presented with a button with
id="submit"
to submit all my inputs.
Pen : https://codepen.io/iulian_acsinte/pen/oKZZzP
Thank you for your time and have a great day!