Quick Start Guide

Get your first form up and running in under 2 minutes.

1

Create Your Account

First, create a free Kitoform account to get access to the dashboard and create your form endpoints.

2

Create Your Form Endpoint

Once logged in, create a new form endpoint from your dashboard. This will generate a unique URL that you'll use to submit your forms.

Your endpoint will look like:

https://connect.kitoform.com/f/YOUR_ENDPOINT_ID
3

Add to Your HTML Form

Point your HTML form to the Kitoform endpoint using the action attribute.

<form action="https://connect.kitoform.com/f/YOUR_ENDPOINT_ID" method="POST">
  <div>
    <label for="name">Full Name</label>
    <input type="text" name="name" id="name" required />
  </div>
  
  <div>
    <label for="email">Email Address</label>
    <input type="email" name="email" id="email" required />
  </div>
  
  <div>
    <label for="message">Message</label>
    <textarea name="message" id="message" rows="5"></textarea>
  </div>
  
  <button type="submit">Send Message</button>
</form>
4

Start Collecting Submissions

That's it! Your form is now ready to accept submissions. All form data will be stored securely and accessible through your Kitoform dashboard.

🎉 Congratulations!

You've successfully set up your first Kitoform endpoint. Here's what you can do next:

Advanced Features

🛡️ Spam Protection

Protect your forms from spam with reCAPTCHA v2/v3, hCaptcha, honeypot fields, and advanced filtering.

Learn more →

🔗 Integrations

Connect your forms to Google Sheets, Slack, Discord, Zapier, and more with our built-in integrations.

Learn more →

📁 File Uploads

Allow users to upload files with automatic validation, virus scanning, and cloud storage.

Learn more →

📊 Analytics

Track form performance, submission rates, spam detection, and user engagement metrics.

Learn more →

Next Steps

Now that you have your basic form working, explore these topics to get the most out of Kitoform: