We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2660c5b commit 5d628b0Copy full SHA for 5d628b0
public/index.html
@@ -22,7 +22,7 @@ <h1>Badger Press</h1>
22
<label for="company">Company:</label>
23
<input type="text" id="company" name="company">
24
<label for="jobtitle">Job Title:</label>
25
- <input type="text" id="jobtitle" name="jobtitle">
+ <textarea id="jobtitle" name="jobtitle" rows="2" cols="50"></textarea>
26
<label for="pronouns">Pronouns:</label>
27
<input type="text" id="pronouns" name="pronouns">
28
</div>
0 commit comments