action-network-js
v0.0.1
Published
JS helpers for [the Action Network activist CRM platform](https://actionnetwork.org).
Downloads
1
Readme
ActionNetwork.JS
JS helpers for the Action Network activist CRM platform.
Still a work-in-progress!
Simple usage example
<script src="action-network.js/dist/action-network.js"></script>
<link rel="stylesheet" type="text/css" href="action-network.js/dist/action-network.css" />
<form data-tags="general-signup" data-autoresponder="true" data-form="[Your form ID]">
<div class="success-msg hidden">
Thank you for your interest in our organization!
</div>
<input type="email" name="email" placeholder="Your email address" />
<button type="submit">Sign up</button>
</form>
More docs soon!