Jabwn Forms API is an HTML form processor. Which makes your static HTML forms usable without PHP or JavaScript. No sign up required, completely free!
Enter a valid email address (where you will receive your form data) in the form below and click the Generate API Key button to generate an API Key for the email address.
Create any types of web forms with pure HTML including contact form, survey form, feedback form, job application form, multi-step form etc. Use unlimited form fields with all supported HTML5 form field types along with file uploads.
Change your form's action
attribute to this and replace API_KEY
with your own.
https://formsapi.jabwn.com/key/API_KEY
name
attribute to every fieldEnsure all <input>
, <select>
and <textarea>
elements inside your form have a name
attribute, otherwise you will not receive the data filled in these fields.
After submitting the form for the first time, this will send you an email asking to confirm your email address. This needs to be done only once.
Now start receiving emails whenever a new form entry is submitted.