aboutsummaryrefslogtreecommitdiffstats
path: root/site/layouts/partials/newsletter-form.html
blob: 990d74c790e7ffe78dd1d4cd2f82ecf80b09520e (plain)
1
2
3
4
5
6
7
8
9
10
<form action="" class="flex-ns mb3">

  <fieldset class="flex-auto mb2 mb0-ns mr2-ns" name="newsletter" action="newsletter-subscribe">
    <input type="text" id="email" placeholder="Your email" class="w-100">
    <label for="email">Your email</label>
  </fieldset>

  <button class="btn mb3 w-100 w-auto-ns mb0-ns raise" type="submit">Submit</button>

</form>