<meta charset="UTF-8" />
<title>Hotel Feedback Form</title>
<header>
<h1>Hotel Feedback Form</h1>
<p>
Thank you for staying with us. Please provide feedback on your recent
stay.
</p>
</header>
<main>
<form method="POST" action="https://hotel-feedback.freecodecamp.org">
<fieldset>
<legend>Personal Information</legend>
<label for="full-name">Name (required):</label>
<input type="text" id="full-name" name="name" placeholder="e.g., John Doe" required>
<label for="email">Email address (required):</label>
<input
type="email"
id="email"
name="email"
placeholder="example@email.com"
size="20"
required
/>
</fieldset>
</form>
</main>
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.
Thank you.
Use the “get help” button to open a forum thread or share a link to the lab.