I reached step 60 in the Registration Form section. Here I get an error saying you need to assign an inline class to the input element. I did that, but the error persists and won’t let me get to step 61.
<input **class="inline"** name="terms" id="terms-and-conditions" type="checkbox" required/>
I accept the <a href=" https://www.freecodecamp.org/news/terms-of-service ">terms and conditions</a>
</label>
If you have a question about a specific challenge as it relates to your written code for that challenge and need some help, click the Help button located on the challenge. This button only appears if you have tried to submit an answer at least three times.
The Help button will create a new topic with all code you have written and include a link to the challenge also. You will still be able to ask any questions in the post before submitting it to the forum.
Double check what the value of the class should be. “inline” is the way you are assigning the class, I don’t think it will be the name of the class.
If you still have problems please post a link to the lesson.
If you have a question about a specific challenge as it relates to your written code for that challenge and need some help, click the Get Help > Ask for Help button located on the challenge.
The Ask for Help button will create a new topic with all code you have written and include a link to the challenge also. You will still be able to ask any questions in the post before submitting it to the forum.