Skip to content

Instantly share code, notes, and snippets.

@crismanNoble
Last active June 20, 2016 18:36
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save crismanNoble/6f2845243148f67b5b58 to your computer and use it in GitHub Desktop.
Save crismanNoble/6f2845243148f67b5b58 to your computer and use it in GitHub Desktop.
<form class="mc-form-example" method="POST" action="./endpoint.php">
<h3>Newsletter Sign Up</h3>
<label for="mc-email">Email Address:</label>
<input type="email" id="mc-email" name="mc-email" required/>
<input type="text" value="pending" id="status" name="status" hidden/>
<input type="submit" value="Submit">
</form>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment