Web3Forms
  • Introduction
  • Getting Started
    • Installation
    • Customizations
      • Email Subject line
      • Success / Thank You Page
      • Custom Redirection
      • Captcha & SPAM
        • hCaptcha
        • reCaptcha & Turnstile
        • Honeypot
        • Report Spam
      • Custom Reply-To
      • From Name
    • Pro Features
      • reCaptcha Integration
      • Cloudflare Turnstile Captcha
      • Add CC Email
      • Autoresponder (Auto-Reply)
      • File Attachments
      • Advanced File Uploader
      • Webhooks
      • Restrict to Domain
      • Intro Text
    • Examples
      • Basic HTML Contact Form
      • Advanced - All Options
      • Ajax Contact Form using Javascript
      • Multi Column Contact Form
      • Javascript Form Validation
      • Contact Form with Dark Mode
      • Raw Contact Form
      • Google reCaptcha v3
      • File Upload Form
      • With Multiple Checkbox
    • Integrations
      • Zapier
      • Integromat
      • Examples
        • Google Sheets
        • Airtable
        • Telegram Notifications
    • Options Reference
    • API Reference
    • Troubleshooting
    • FAQ
  • How-to Guides
    • HTML & JavaScript
    • JS Frameworks
      • React JS
        • Web3Forms React Plugin
        • React Hook Form
        • Simple React Contact Form
        • React File Upload Form
        • React Google ReCaptcha v3
        • React Hook Form File Upload
      • Vue JS
      • Svelte
      • Angular JS
      • Alpine.js
    • Site Builders
      • Webflow
      • Framer
      • Carrd.co
      • Squarespace
      • Wix
      • Dorik
    • Static Site Generators
      • Next.js
      • Astro
      • Nuxt.js
      • Hugo
      • Jekyll
      • Gatsby
      • Gridsome
      • Eleventy
    • Hosting Providers
      • Vercel
      • Netlify
      • Digital Ocean
      • AWS
      • Github
      • Cloudflare
    • JAM Stack
    • Landing Page Builders
      • Unbounce
      • Instapage
      • Pagewiz
      • Groovefunnels
    • WordPress
      • Elementor
      • Oxygen Builder
Powered by GitBook
On this page
  • Step 01: Create an HTML Form
  • Step 02: Create a GIT Repository
  • Step 03: Create a New Project in Vercel
  • Step 04: Import GIT Repository to Vercel
  • Step 05: Deploy Vercel App
  • Step 06: Congratulations! You're App is deployed
  • Test App

Was this helpful?

Edit on Git
  1. How-to Guides
  2. Hosting Providers

Vercel

Here's how to setup a Working HTML Contact Form on Websites hosted with Vercel Platform.

PreviousHosting ProvidersNextNetlify

Last updated 1 year ago

Was this helpful?

Vercel Platform Guide:

Step 01: Create an HTML Form

First of all, we need to create a html page with web3forms. Learn how to setup on our page.

Step 02: Create a GIT Repository

Now, you should create a new GitHub repository and add your html files to your repo.

Step 03: Create a New Project in Vercel

Now, click button from your dashboard.

Step 04: Import GIT Repository to Vercel

Now, you can see your repos, click on Import button near the repo you want to import.

Step 05: Deploy Vercel App

Configure you name and settings. Click on Deploy button. You're good to go!

Step 06: Congratulations! You're App is deployed

Congrats, You're app is now deployed on vercel. You can now visit it! It will work absolutely fine. Well done! 👏

Test App

Now, here comes the final part! It is time to test. Head over to the app, and submit the form. Open your mail, you can see a new one. It will look like this 👇

https://web3forms.com/platforms/vercel-contact-form
installation
New Project