Created
September 5, 2020 04:04
-
-
Save cuocsongso/246b7c10229f0905ff650c7fea00bf97 to your computer and use it in GitHub Desktop.
GreenMart MailChimp form
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
<div class="mail-style1"> | |
<div class="input-group"> | |
<input id="mc4wp_email" class="form-control input-newletter" name="EMAIL" required="required" type="email" placeholder="Enter your email address" /> | |
<span class="input-group-btn"> | |
<input class="btn btn-default" type="submit" value="SUBSCRIBE" /> | |
</span> | |
</div> | |
</div> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment