AI Form Generation¶
Describe your form in plain English and let Drift's AI build it for you in seconds.
AI generation is available on the Pro plan and above.
Generating a Form¶
- Click New Form from the dashboard.
- Select Generate with AI.
- In the dialog, describe what you want. For example:
"A customer satisfaction survey with questions about overall experience (1-5 rating), product quality (radio: excellent, good, fair, poor), what they liked most (text), what could be improved (textarea), and whether they'd recommend us (NPS)."
- Click Generate.
- AI creates a complete form with:
- Appropriate sections
- Fields with the right types
- Validation rules
- Conditional logic (when implied by your description)
-
Sensible labels and placeholder text
-
Review the generated form in the builder and make any adjustments.
What AI Generates¶
The AI understands natural language descriptions and maps them to Drift's field types:
| You Say | AI Creates |
|---|---|
| "rating" or "1-5 scale" | Rating or Scale field |
| "email address" | Email field with validation |
| "choose one of..." | Radio or Dropdown field |
| "select multiple..." | Checkboxes field |
| "long text" or "comments" | Textarea field |
| "upload a file" | File Upload field |
| "date of birth" | Date field |
| "phone number" | Phone field |
| "would you recommend" | NPS field |
| "rank these items" | Ranking field |
| "signature" | Signature field |
Tips for Better Results¶
- Be specific — "a 1-5 star rating for service quality" gives better results than "rate us"
- Mention field types — if you want a specific type, name it (e.g., "dropdown", "checkboxes", "NPS")
- Describe sections — "first section for personal info, second section for feedback" helps the AI structure the form
- Include validation — "required email field" or "phone number in US format" helps set up rules
- Mention logic — "if they select 'Other', show a text field for details" generates conditional logic
Generating Workflows¶
AI can also generate multi-stage workflows:
- Go to Workflows → New Workflow → Generate with AI.
- Describe the process:
"An employee onboarding workflow: first HR fills in the new hire's details, then the new hire completes their personal profile and emergency contacts, then the manager reviews and signs off."
- AI generates:
- Roles (HR, New Hire, Manager)
- Stages with appropriate forms
- Triggers between stages
Refining AI Output¶
After generation, you have full control:
- Add, remove, or edit any field
- Adjust validation rules
- Modify conditional logic
- Change the pacing mode
- Apply branding and styling
The AI gives you a strong starting point — the builder lets you perfect it.