Skip to content

Instantly share code, notes, and snippets.

@geoffgraham
Created October 12, 2017 18:24
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save geoffgraham/26a6312c086d18dcd17a95fe8083f987 to your computer and use it in GitHub Desktop.
Save geoffgraham/26a6312c086d18dcd17a95fe8083f987 to your computer and use it in GitHub Desktop.
Campaign Monitor Subscribe Form
<form action="https://moderntribe.createsend.com/t/r/s/utktitu/" method="post" id="subForm">
<p>
<label for="fieldName">Name</label><br />
<input id="fieldName" name="cm-name" type="text" />
</p>
<p>
<label for="fieldEmail">Email</label><br />
<input id="fieldEmail" name="cm-utktitu-utktitu" type="email" required />
</p>
<p>
<button type="submit">Subscribe</button>
</p>
</form>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment