<fieldset>
<label>Upload a profile picture: <input type="file" id="profile-picture"/></label>
<label>Input your age (years): <input type="number" min="13" max="120" id="age"/></label>
<label>How did you hear about us?
<select>
<option value"id="referrer">(select one) </option>
<option value="1">freeCodeCamp News</option>
<option value="2">freeCodeCamp YouTube Channel</option>
<option value="3">freeCodeCamp Forum</option>
<option value="4">Other</option>
</select>
</label>
<label>Provide a bio:
<textarea></textarea>
If you have a question about a specific challenge as it relates to your written code for that challenge, just click the Ask for Help button located on the challenge. It 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.