<form class="work-request" method="POST" action="mailer.php">
<div class="work-request--information">
<div class="information-name">
<input id="name" name="name" type="text" spellcheck="false">
<label for="name">Name</label>
</div>
<div class="information-email">
<input id="email" name="email" type="email" spellcheck="false">
<label for="email">Email</label>
</div>
</div>
<input type="submit" value="Send Request">
</form>