Documentation

Learn how to use Quiform to create beautiful forms without any coding.

Getting Started with Quiform

Welcome to Quiform documentation! This guide will help you get started with creating beautiful forms without any coding knowledge.

Creating Your First Form

To create your first form, follow these simple steps:

  1. Sign up - Create a free account or log in with your existing credentials
  2. Click "Create Form" - From your dashboard, click the "Create Form" button
  3. Add fields - Use our drag-and-drop builder to add fields to your form
  4. Customize - Style your form to match your brand
  5. Publish - Share your form with a link or embed it on your website

Form Builder Overview

Our form builder is designed to be intuitive and powerful:

// Example form configuration
{
  "title": "Contact Form",
  "fields": [
    {
      "type": "text",
      "label": "Name",
      "required": true
    },
    {
      "type": "email",
      "label": "Email",
      "required": true
    },
    {
      "type": "textarea",
      "label": "Message",
      "required": false
    }
  ]
}

You can add as many fields as you need and configure their properties through our visual interface.

Managing Submissions

All form submissions are collected in your dashboard where you can:

  • View all submissions in a searchable table
  • Export data to CSV or Excel
  • Set up automatic notifications
  • Integrate with third-party services
  • Analyze submission trends and patterns

Need Help?

If you have any questions or need assistance, please don't hesitate to contact our support team or check out our knowledge base.