Comment on page
Mailing Lists
How to build a mailing list database with Sheet Monkey

All these guides require that you have a free Sheet Monkey account. If you haven't registered your account, please do that before continuing.
When you need a mailing list database for your website or blog quick and don't want to get locked into any one third party system, Sheet Monkey is a great choice. Building a mailing list database with Sheet Monkey only requires a spreadsheet and HTML and we've even made those for you to get you started.

Sample HTML:
<form action="<your-form-action>" method="post">
<label>Your Name: <input type="text" name="Name" required /></label>
<label>Your Email: <input type="email" name="Email" required /></label>
<input type="hidden" name="Created" value="x-sheetmonkey-current-date-time" />
<input type="submit" value="Sign Up" />
</form>
Remember: This HTML and this sheet are only suggestions to help get you started. Modify them as much as you want.
Last modified 3yr ago