The simple Contact Form API developers love!

A simple API that lets you focus on building beautiful contact forms, and spend less time worrying about email. A Formspree alternative.

<form action="https://api.formjam.io/form/<uuid>" method="POST"> <input name="email" type="email" required /> <textarea name="message" required></textarea> <input name="consentGiven" type="checkbox" required> <input type="submit" value="Submit"> </form>

Build forms without building a backend

FormJam takes care of email, spam filtering and integrations so you can focus on building beautiful forms quickly.

Designed by developers, for developers

FormJam lets you focus on the front-end, whilst we take care of your form's backend.

<form action="https://api.formjam.io/form/<uuid>" method="POST">
<input name="email" type="email" required />
<textarea name="message" required></textarea>
<input name="consentGiven" type="checkbox" required>
<input type="submit" value="Submit">
</form>