Magical Forms
  • Introduction to Magical Forms
  • Guides
    • Sending data using HTML
    • Sending data to Google Sheets with vanilla Javascript
    • Submitting Webflow forms to Google Sheets
    • Submitting Carrd forms to Google Sheets
    • Special Fields
    • File uploads
    • Spam Protection
    • Notifications
    • Advanced workflows
  • Integrations
    • Google Sheets
    • Zapier
    • Discord
    • Slack
    • Airtable
    • Notion
  • Platforms
    • HTML forms
    • Javascript
    • React
    • Webflow
    • WordPress
    • Carrd
    • Squarespace
  • Examples
    • Mailing Lists
    • Opt-In Forms
    • Surveys
    • Customer Support
  • Policies
    • What permissions are required to use Magical Forms
    • Privacy Policy
    • Terms & Conditions
  • ← Back to Sheet Monkey
Powered by GitBook
On this page
  1. Examples

Opt-In Forms

How to build an opt-in database with Sheet Monkey

PreviousMailing ListsNextSurveys

Last updated 2 years ago

All these guides require that you have a If you haven't registered your account, please do that before continuing.

If you've got a website for your new product or service and you want to gather sign ups before you have a backend, Sheet Monkey is a great choice. Building an opt-in database with Sheet Monkey only requires a spreadsheet and HTML and we've even made those for you to get you started.

Download Sheet:

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.

free Sheet Monkey account.
https://docs.google.com/spreadsheets/d/1WruW8D_85fKZzAy7bVeIBo9A0-eWKN3gRBhN8UH_QVA/edit?usp=sharing