To insert data you just need to add data-sheet-best
attribute to a <form>
tag, and make sure your Sheet has edit access (check the Generating Your REST API section for more details)
Every time someone submit data, it will be added to the end of the Sheet.
<form data-sheet-best="https://sheet.best/api/sheet/cf969697-682a-40e3-bad4-d54803eeeacf"> <input type="text" name="Id"/> <input type="text" name="Name"/> <button type="submit">Submit</button> </form>
Was this article helpful?
That’s Great!
Thank you for your feedback
Sorry! We couldn't be helpful
Thank you for your feedback
Feedback sent
We appreciate your effort and will try to fix the article