Skip to content

Commit

Permalink
oops forgot a change to textarea per StartBootstrap/startbootstrap-cl…
Browse files Browse the repository at this point in the history
  • Loading branch information
eaperkowski committed Jun 9, 2023
1 parent 84d2e87 commit 3933d8b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion contact.html
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
<div class="control-group">
<div class="form-group floating-label-form-group controls">
<label>Message</label>
<textarea rows="5" class="form-control" placeholder="Message" id="message" required data-validation-required-message="Please enter a message."></textarea>
<textarea name = "message" rows="5" class="form-control" placeholder="Message" id="message" required data-validation-required-message="Please enter a message."></textarea>
<p class="help-block text-danger"></p>
</div>
</div>
Expand Down

0 comments on commit 3933d8b

Please sign in to comment.