> ## Documentation Index
> Fetch the complete documentation index at: https://filla.io/docs/llms.txt
> Use this file to discover all available pages before exploring further.

# Form Templates

> Pre-built form templates for common use cases. Each template includes a recommended Airtable table structure, form configuration, and styling.

Filla includes 20 ready-to-use form templates organized across 6 categories. Each template comes with a suggested Airtable table structure, pre-configured form layout, styling, and conditional logic -- so you can go from zero to a working form in minutes.

Pick a category below, then choose the template that fits your use case. Every template can be customized after creation.

## Client & Business Operations

Forms for onboarding clients, collecting project requests, registering vendors, and requesting price quotes.

<CardGroup cols={2}>
  <Card title="Client Intake Form" icon="user-plus" href="/docs/templates/client-intake-form">
    Collect new client contact details, project needs, and budget before a first meeting.
  </Card>

  <Card title="Project Request Form" icon="clipboard-list" href="/docs/templates/project-request-form">
    Internal form for team members or clients to submit new project requests with scope and priority.
  </Card>

  <Card title="Vendor Registration Form" icon="building" href="/docs/templates/vendor-registration-form">
    Register new vendors with business details, service categories, certifications, and banking information.
  </Card>

  <Card title="Price Quote Request Form" icon="receipt" href="/docs/templates/price-quote-request-form">
    Let potential clients request a custom price quote with project scope, quantities, and delivery details.
  </Card>
</CardGroup>

## HR & Recruiting

Forms for hiring, onboarding new employees, managing time off, and running performance reviews.

<CardGroup cols={2}>
  <Card title="Job Application Form" icon="briefcase" href="/docs/templates/job-application-form">
    Multi-step job application collecting candidate details, experience, screening questions, and resume upload.
  </Card>

  <Card title="Employee Onboarding Form" icon="id-card" href="/docs/templates/employee-onboarding-form">
    Collect new hire personal information, emergency contacts, tax documents, and equipment preferences.
  </Card>

  <Card title="Time Off Request Form" icon="calendar-off" href="/docs/templates/time-off-request-form">
    Employees submit time off requests with date range, type of leave, and manager approval routing.
  </Card>

  <Card title="Employee Self-Evaluation Form" icon="star" href="/docs/templates/employee-self-evaluation-form">
    Annual or cycle-based self-evaluation where employees rate themselves and write reflections.
  </Card>
</CardGroup>

## Events & Registration

Forms for event signups, conference registration, volunteer coordination, and wedding RSVPs.

<CardGroup cols={2}>
  <Card title="Event Registration Form" icon="calendar-check" href="/docs/templates/event-registration-form">
    Register attendees with dietary restrictions, session preferences, and emergency contact.
  </Card>

  <Card title="Conference Registration Form" icon="ticket" href="/docs/templates/conference-registration-form">
    Full-featured conference registration with ticket tiers, workshop selections, and payment details.
  </Card>

  <Card title="Volunteer Signup Form" icon="hand-helping" href="/docs/templates/volunteer-signup-form">
    Recruit volunteers by collecting availability, skills, and preferences.
  </Card>

  <Card title="Wedding RSVP Form" icon="heart" href="/docs/templates/wedding-rsvp-form">
    Elegant RSVP form for wedding guests to confirm attendance, meal preferences, and plus-one details.
  </Card>
</CardGroup>

## Feedback & Surveys

Forms for collecting customer satisfaction data, post-event feedback, and testimonials.

<CardGroup cols={2}>
  <Card title="Customer Satisfaction Survey" icon="message-circle" href="/docs/templates/customer-satisfaction-survey">
    Measure customer satisfaction with NPS, CSAT ratings, and open-ended feedback.
  </Card>

  <Card title="Post-Event Feedback Form" icon="clipboard-check" href="/docs/templates/post-event-feedback-form">
    Collect structured attendee feedback on event logistics, speakers, and overall experience.
  </Card>

  <Card title="Testimonial Collection Form" icon="quote" href="/docs/templates/testimonial-collection-form">
    Collect structured customer testimonials including star rating, photo upload, and consent to publish.
  </Card>
</CardGroup>

## Lead Generation & Sales

Forms for capturing leads, booking demos, and processing sponsorship applications.

<CardGroup cols={2}>
  <Card title="Lead Capture Form" icon="magnet" href="/docs/templates/lead-capture-form">
    High-conversion lead capture form that qualifies prospects with company size, role, and primary challenge.
  </Card>

  <Card title="Demo Request Form" icon="play-circle" href="/docs/templates/demo-request-form">
    Qualify and schedule demo requests from potential customers with calendar embed and use-case details.
  </Card>

  <Card title="Sponsorship Application Form" icon="handshake" href="/docs/templates/sponsorship-application-form">
    Allow companies to apply for event or content sponsorships with budget, package preferences, and brand details.
  </Card>
</CardGroup>

## Operations & Orders

Forms for placing product orders and submitting maintenance requests.

<CardGroup cols={2}>
  <Card title="Product Order Form" icon="shopping-cart" href="/docs/templates/product-order-form">
    Let customers place product orders with quantities, sizes, and delivery details synced to Airtable.
  </Card>

  <Card title="Maintenance Request Form" icon="wrench" href="/docs/templates/maintenance-request-form">
    Submit and track maintenance or repair requests with location, urgency, photo evidence, and team routing.
  </Card>
</CardGroup>
