refactor: remove your- prefix from form fields

This commit is contained in:
Oliver Booth 2023-09-20 17:55:35 +01:00
parent bb088e3107
commit 6ef492016c
Signed by: oliverbooth
GPG Key ID: E60B570D1B7557B5
2 changed files with 8 additions and 8 deletions

View File

@ -23,13 +23,13 @@
<input type="hidden" name="contact-type" value="job-opportunity"> <input type="hidden" name="contact-type" value="job-opportunity">
<div class="form-group" style="margin-top: 10px;"> <div class="form-group" style="margin-top: 10px;">
<label for="your-name">Your Name</label> <label for="name">Your Name</label>
<input type="text" class="form-control" id="your-name" name="your-name" placeholder="Who are you?" required> <input type="text" class="form-control" id="name" name="name" placeholder="Who are you?" required>
</div> </div>
<div class="form-group" style="margin-top: 10px;"> <div class="form-group" style="margin-top: 10px;">
<label for="your-email">Your Email Address</label> <label for="email">Your Email Address</label>
<input type="email" class="form-control" id="your-email" name="your-email" placeholder="How can I reach you?" required> <input type="email" class="form-control" id="email" name="email" placeholder="How can I reach you?" required>
</div> </div>
<div class="form-group" style="margin-top: 10px;"> <div class="form-group" style="margin-top: 10px;">

View File

@ -22,13 +22,13 @@
<input type="hidden" name="contact-type" value="other"> <input type="hidden" name="contact-type" value="other">
<div class="form-group" style="margin-top: 10px;"> <div class="form-group" style="margin-top: 10px;">
<label for="your-name">Your Name</label> <label for="name">Your Name</label>
<input type="text" class="form-control" id="your-name" name="your-name" placeholder="Who are you?" required> <input type="text" class="form-control" id="name" name="name" placeholder="Who are you?" required>
</div> </div>
<div class="form-group" style="margin-top: 10px;"> <div class="form-group" style="margin-top: 10px;">
<label for="your-email">Your Email Address</label> <label for="email">Your Email Address</label>
<input type="email" class="form-control" id="your-email" name="your-email" placeholder="How can I reach you?" required> <input type="email" class="form-control" id="email" name="email" placeholder="How can I reach you?" required>
</div> </div>
<div class="form-group" style="margin-top: 10px;"> <div class="form-group" style="margin-top: 10px;">