Skip to content

Instantly share code, notes, and snippets.

@em
Created August 24, 2011 23:52
Show Gist options
  • Save em/1169605 to your computer and use it in GitHub Desktop.
Save em/1169605 to your computer and use it in GitHub Desktop.
Recurly.buildSubscriptionForm({
beforeInject: function(form) {
$(form).find('.coupon input').hide().val('thecouponcode').change();
}
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment