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

# Universal Form

> Weavely's standard form mode — collect responses without scoring, payments, or matching logic. Ideal for contact forms, surveys, and registrations.

A universal form is Weavely's standard form mode. It collects responses without the extra logic of the other modes: no scoring, no payment processing, no right or wrong answers, and no sorting into categories. It's the right starting point for contact forms, surveys, feedback, event registrations, signups, applications, and any general data collection.

<Note>
  Need more than plain data collection? Use a specialised mode instead:

  * [Lead qualification form](/features/lead-qualification) — score respondents and sort them into bands.
  * [Match quiz](/features/match-quiz) — sort respondents into categories.
  * [Knowledge quiz](/features/quizzes) — mark answers right or wrong.
  * [Payment form](/features/payments) — collect payment details.
</Note>

<Info>
  You can start straight from the Weavely landing page by describing what you need, or [create an account](https://weavely.ai) and build inside the product. The steps below assume you're signed in.
</Info>

<iframe src="https://www.youtube.com/embed/UuNhu_u4EWo" title="YouTube video player" frameborder="0" className="w-full aspect-video rounded-xl" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" allowfullscreen />

## Steps

<Steps>
  <Step title="Describe the form you need">
    Describe the form and the information you want to collect. The more specific the prompt, the closer the result.

    ```text theme={null}
    I need a contact form for my design studio with fields for
    name, email, project type, and a message.
    ```

    Press **Generate form**.
  </Step>

  <Step title="Review and customise">
    Weavely generates the fields for you. From here you can add, remove, or reorder fields, mark fields as required, and adjust the wording.

    <Tip>
      Universal forms still support all of Weavely's building blocks — multiple choice, dropdowns, file uploads, date and time pickers, validation, conditional logic, and multi-step layouts. You just won't have the scoring or payment settings of the other modes.
    </Tip>
  </Step>

  <Step title="Publish and share">
    Publish the form, then share it with a link or embed it on your site.
  </Step>

  <Step title="Review responses">
    In **Results**, you'll see every submission with the answers each respondent gave.
  </Step>
</Steps>
