Skip to content

Commit

Permalink
Make company field mandatory
Browse files Browse the repository at this point in the history
  • Loading branch information
britneywwc committed Nov 18, 2024
1 parent 45de157 commit 720b849
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/contact-us.html
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ <h3 class="p-card__title">Looking for a little professional support?</h3>
</li>

<li>
<label for="company">Company:
<label for="company" class="is-required">Company:
</label>
<input required id="company" name="company" maxlength="255" type="text">
</li>
Expand Down

0 comments on commit 720b849

Please sign in to comment.