I have a static HTML page containing a form to subscribe to an email list by entering an email address. Since I have no database to store the email addresses received through the form, is there any way to capture and store those email addresses into a Google Document?
Subscribe for newsletter<br/>
<input type="text" placeholder="enter email id" />
<button>
Subscribe
</button>