Skip to content

Instantly share code, notes, and snippets.

View itgoeslikethis's full-sized avatar

Phil Gilmore itgoeslikethis

View GitHub Profile
@itgoeslikethis
itgoeslikethis / ajaxsubscribe_messagediv.html
Last active October 18, 2016 13:44
Subscribing to a Campaign Monitor list using AJAX and an animation for success or failure.
<!-- 1. Take your Campaign Monitor subscribe form as generated from within your account: -->
<form action="http://myaccount.createsend.com/t/r/s/aljhk/" method="post" id="subForm">
<div>
<label for="name">Name:</label><br /><input type="text" name="cm-name" id="name" /><br />
<label for="aljhk-aljhk">Email:</label><br /><input type="text" name="cm-aljhk-aljhk" id="aljhk-aljhk" /><br />
<input type="submit" value="Subscribe" />
</div>
</form>
@itgoeslikethis
itgoeslikethis / ajaxsubscribe.html
Created April 10, 2012 13:23 — forked from jdennes/LICENSE
Subscribing to a Campaign Monitor list using AJAX and a really basic animation on success
<!-- 1. Take your Campaign Monitor subscribe form as generated from within your account: -->
<form action="http://myaccount.createsend.com/t/r/s/aljhk/" method="post" id="subForm">
<div>
<label for="name">Name:</label><br /><input type="text" name="cm-name" id="name" /><br />
<label for="aljhk-aljhk">Email:</label><br /><input type="text" name="cm-aljhk-aljhk" id="aljhk-aljhk" /><br />
<input type="submit" value="Subscribe" />
</div>
</form>