-
Notifications
You must be signed in to change notification settings - Fork 33
Expand file tree
/
Copy pathcontact-form-one-liner.html
More file actions
18 lines (18 loc) · 1.18 KB
/
contact-form-one-liner.html
File metadata and controls
18 lines (18 loc) · 1.18 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
<div class="newsletter-signup">
<form class="signup-form" action="https://innersourcecommons.us1.list-manage.com/subscribe/post?u=0363fb06e6a59d48c6e260f1b&id=97224b5ff2" method="post" id="mc-embedded-subscribe-form" name="mc-embedded-subscribe-form" target="_blank">
<div class="form-group">
<!-- <span class="signup-text p">If you want to hear the latest news, please enter </span> -->
<div class="bg-white rounded-input w-100 d-flex newsletter-input">
<input type="email" name="EMAIL" class="form-input rounded-input col-md-10 border-0" id="mce-EMAIL" aria-describedby="emailHelp" placeholder="your@email.com" required>
<div style="position: absolute; left: -5000px;" aria-hidden="true"><input type="text" name="b_0363fb06e6a59d48c6e260f1b_97224b5ff2" tabindex="-1" value=""></div>
<button type="submit" class="p-2 btn-cyan px-4 rounded-input ml-auto col-md-2" name="subscribe" >Send</button>
</div>
</div>
</form>
</div>
{{if ne (.Get "mode") "vertical-light" }}
<div class="mt-2">
Read previous newsletters
<a target="_blank" href="https://us1.campaign-archive.com/home/?u=0363fb06e6a59d48c6e260f1b&id=97224b5ff2"> here</a>
</div>
{{ end }}