how can my submit button have attribute type set to submit?
like you did, only lowercase
Hi again!
In addition to making the s lowercase for the type attribute, make sure the text for the button reads Submit.
That is what the lesson calls for.
And just a friendly reminder, for challenges, please use the ask for help button which will include the lesson and your full code.
Just like you did for the form challenge.
<button type="submit"> Submits </button>
the text is only Submit and its still not accepting it, keeps telling me " Your submit button should only have the text `Submit". I’m confused here please help me out
Can I see your code?
Oh nevermind I see it.
It should be Submit not Submits
got it … thank you
Awesome!
Also,
I’ve edited your post for readability. When you enter a code block into a forum post, please precede it with a separate line of three backticks and follow it with a separate line of three backticks to make it easier to read.
You can also use the “preformatted text” tool in the editor (</>
) to add backticks around text.
See this post to find the backtick on your keyboard.
Note: Backticks (`) are not single quotes (’).
This topic was automatically closed 182 days after the last reply. New replies are no longer allowed.