Last active
July 18, 2021 08:22
-
-
Save alexanderhupfer/d6809cad85149014748a8c6ef17bbb8e to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<form | |
class="form-inline" | |
action="VALUE FROM MAILCHIP CODE" | |
method="post" | |
id="mc-embedded-subscribe-form" | |
name="mc-embedded-subscribe-form" | |
target="_blank" | |
> | |
<div class="container"> | |
<div class="row sm-100 justify-content-md-center"> | |
<label | |
for="mce-EMAIL" | |
class="col-sm-2 col-form-label" | |
>Email</label> | |
<input | |
type="email" | |
name="EMAIL" | |
id="mce-EMAIL" | |
required="" | |
class="col-sm-6 form-control" | |
value=""> | |
<button | |
class="btn btn-primary col-sm-2" | |
type="submit">Join</button> | |
</div> | |
<input | |
type="hidden" | |
name="VALUE FROM MAILCHIMP CODE" | |
tabindex="-1" | |
value="true"> | |
</div> | |
</form> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment