Skip to content

A serverless form backend which uses Google Sheets as a database.

Notifications You must be signed in to change notification settings

dotangad/formless

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

formless: A serverless form backend which uses Google Sheets as a database.

Usage example

<form
  action="https://dotangad-formless.now.sh/api/"
  method="post"
  enctype="application/x-www-form-urlencoded"
>
  <input type="hidden" name="sheetId" value="<YOUR_GOOGLE_SHEET_ID>" />
  <!-- Sheet number defaults to 0, the first sheet in the file. -->
  <input type="hidden" name="sheetNo" value="<SHEET_NUMBER>" />
  <!-- The name attributes of the inputs must correspond with the header cells of the columns -->
  <input type="text" name="col1" />
  <input type="text" name="col2" />
  <input type="text" name="col3" />
  <input type="text" name="col4" />
  <button type="submit">Submit</button>
</form>

Problems?

File an issue or contact me.

About

A serverless form backend which uses Google Sheets as a database.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published