Simple <form/> API

Easily add forms to your site and receive emails for new submission. Automatic user insights included.

Getting Started

Copy the snippet to embed a form on your site.

Update the value for formapi_email to your email address.

You're good to go!

HTML Code

Copy the snippet to embed a form on your site.

<form
action="https://api.formapi.xyz"
method="POST"
enctype="multipart/form-data">
<input type="hidden" name="formapi_email" value="[email protected]" />
<input name="name" type="text" />
<input name="email" type="email" />
<button type="submit">Submit</button>
</form>
Powered by <a href="https://formapi.xyz" aria-label="formapi.xyz">formapi.xyz</a>
Generated by diffcheckr.com