Do like others and stop wasting your time
Connect any static form and instantly get a fully functional backend
// 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>