fix: use correct field names on project idea form

This commit is contained in:
Oliver Booth 2023-09-20 17:56:01 +01:00
parent 6ef492016c
commit eed1e3ad8d
Signed by: oliverbooth
GPG Key ID: E60B570D1B7557B5
1 changed files with 4 additions and 4 deletions

View File

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