You just submitted a form without writing a single line of backend code, using form-data.com
// Just point the form's action to us, we'll take it from there
<form action="https://api.form-data.com/f/{form_id}" method="post">
<label for="email">Your Email</label>
<input name="Email" id="email" type="email" />
<button type="submit">Submit</button>
</form>