Nuxt.js forms with Jamform

Collect submissions from your Nuxt.js forms in minutes without a server or database.

Getting Started:

Setting up Jamform to handle your Nuxt.js forms is as simple as pointing your form's action attribute to your unique Jamform endpoint URL.

<template>
  <form action="YOUR_JAMFORM_ENDPOINT" method="POST">
    <input type="email" name="email" />
    <input type="text" name="name" />
    <button type="submit">Send</button>
  </form>
</template>

Step-by-step

  1. Sign up for your free Jamform account
  2. Change your Nuxt.js form's action attribute to point to your new Jamform endpoint URL
  3. That's it! All submissions to your Nuxt.js form will now be saved by Jamform and emailed to you!

Need more help with Nuxt.js integration? Try the Nuxt.js docs or contact support.

Getting the most out of Jamform + Nuxt.js

Be sure to check out the documentation to see how to get the most out of your Jamform integration with Nuxt.js. In a few steps you can setup your Nuxt.js form to handle file uploads, trigger webhooks, integrate with Google reCAPTCHA, and more!