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 trial

HTML HTML Forms Form Basics Create a Submit Button

am stuck pliz help on how to create submit button

challenge 5 out of 5 stage 1

4 Answers

It tells you exactly what to do. It says add the type attribute to the button element you created in the previous challenge question and set the value to "submit".

<button type="submit">Submit Comment</button>

okey lemme try

not working thnx though

Could you paste your code in the forum? I'm pretty sure you must have a syntax mistake somewhere. I was able to pass all the challenges just now.

i just repeated and it worked thank you very much