Welcome to the Treehouse Community
Want to collaborate on code errors? Have bugs you need feedback on? Looking for an extra set of eyes on your latest project? Get support with fellow developers, designers, and programmers of all backgrounds and skill levels here with the Treehouse Community! While you're at it, check out some resources Treehouse students have shared here.
Looking to learn something new?
Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and join thousands of Treehouse students and alumni in the community today.
Start your free trialCorey Lama
13,510 PointsHelp with Quiz
Bummer! One of the new attributes that are needed has not been added. Hint: it needs to go on the select element.
I can't seem to figure this one out and I Don't remember seeing this in the lessons
2 Answers
Richmond Lauman
28,793 PointsHi Corey.
I am not sure which task you are stuck on but from what you described I think it is the second one and if that is the case, you need a name attribute in your select tag. The value of name will be the same as the value they want the process,php file to put into an array. It rhymes with savor.
Danny Pule
Courses Plus Student 173 PointsHi Corey, I've checked the code challenge and agree with Richard. The POST array needs that name attribute in order to display values from the select tag after the form has been submitted. Hint: name="something".