I have a static landing page, and would like to create a simple waitlist in airtable using only plain html/javascript. I created a simple form on my landing page, that only accepts an e-mail. After pressing “submit” button, I would like to post this e-mail to my airtable base. I guess it can be done by a simple POST request.