File: /var/www/hcv/wp-content/themes/hockey/templates/partials/newsletter-static.twig
<section class="newsletter__form ">
<div class="container text-align-center">
<h3 class="text-uppercase text-bold">STAY ON TOP OF THE GAME WITH OUR NEWSLETTER!</h3>
<p class="">You want new features, free webinars, pro tips, discounts and special offers? Be the first one to know.</p>
<div class="newsletter__form-fields">
<form class="form--dark" action="https://hockeycoachvision.us10.list-manage.com/subscribe/post" method="POST" target="_blank">
<input type="hidden" name="u" value="04b15b723f0751bd48a905581">
<input type="hidden" name="id" value="ca223583aa">
<div class="row newsletter__form-cols text-align-left">
<div class="col col-12 col-md-4">
<div class="form-group">
<label for="MERGE1">First name</label>
<input type="text" name="MERGE1" id="MERGE1" value="">
<div style="" data-error-type="required" class="error-msg">#error message</div>
</div>
</div>
<div class="col col-12 col-md-4">
<div class="form-group">
<label for="MERGE2">Last name</label>
<input type="text" name="MERGE2" id="MERGE2" value="">
</div>
</div>
<div class="col col-12 col-md-4">
<div class="form-group">
<label for="MERGE0">Email</label>
<input type="email" name="MERGE0" id="MERGE0">
</div>
</div>
</div>
<div class="newsletter__form-submit">
<input type="submit" value="Keep me updated" class="btn btn--hollow">
</div>
</form>
</div>
</div>
</section>