Skip to content

Commit

Permalink
added textarea to form
Browse files Browse the repository at this point in the history
  • Loading branch information
salescoachworld committed Mar 17, 2016
1 parent bd5de13 commit cc46320
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion extras/form/form-input.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ <h3>Enquire</h3>

<input type="email" placeholder="your@email.com" name="email" id="email" required>

<input type="text" placeholder="message (optional)" name="message" id="message">
<textarea name="message" id="message" placeholder="message (optional)"></textarea>

<br /><input class="btn btn-primary" type="submit" name="Submit" value="Send">
</form>
Expand Down
2 changes: 1 addition & 1 deletion strapdown/strapdown.css
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ body {
line-height: 150%;
}

xmp, textarea {
xmp {
display: none;
}

Expand Down

0 comments on commit cc46320

Please sign in to comment.