Learn how to use Quiform to create beautiful forms without any coding.
Welcome to Quiform documentation! This guide will help you get started with creating beautiful forms without any coding knowledge.
To create your first form, follow these simple steps:
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.
All form submissions are collected in your dashboard where you can:
If you have any questions or need assistance, please don't hesitate to contact our support team or check out our knowledge base.