Skip to main content

Documentation

Form Builder Guide

How to build and configure forms in Flowvi

Form Builder Guide

Flowvi's form builder lets you create powerful forms with 15+ field types.

Field Types

  • Text — Single-line text input
  • Email — Email address with validation
  • Phone — Phone number field
  • Number — Numeric input with min/max
  • Textarea — Multi-line text
  • Dropdown — Select from options
  • Radio — Single choice from options
  • Checkbox — Multiple choice
  • Date — Date picker
  • File Upload — File attachment with size/type limits
  • Range — Slider input
  • Color — Color picker

Creating a Form

  1. Navigate to your dashboard and click Create Form
  2. Enter a form name
  3. Add fields using the + Add Field button
  4. Configure each field's label, placeholder, and validation
  5. Preview your form in real time
  6. Click Save when done

Field Validation

Each field supports:

  • Required — Field must be filled in
  • Min/Max length — For text fields
  • Accepted file types — For file upload fields
  • Max file size — For file upload fields