> ## 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.

# URL field

> URL input for Airtable URL fields.

## What this does

The URL field maps to Airtable's URL field type. It presents a text input optimized for web addresses.

## Settings reference

| Setting                | Description                                                                |
| ---------------------- | -------------------------------------------------------------------------- |
| **Placeholder text**   | Hint text shown when the field is empty. Supports `@` variable references. |
| **Default value**      | URL pre-filled when the form loads. Supports `@` variable references.      |
| **Minimum characters** | Minimum character count required.                                          |
| **Maximum characters** | Maximum character count allowed.                                           |

**Universal settings that also apply:** Label, description, required, read-only, show/hide rules, conditional read-only, reject duplicates, custom validation rules.

## Common use cases

* Portfolio submission forms (submit your website URL)
* Vendor onboarding (enter your company website)
* Content review forms (paste the article or video URL)
* Social media profile collection

## Common questions

<AccordionGroup>
  <Accordion title="Does the URL field validate the format?">
    The form validates that the entered value is a properly formatted URL (begins with http\:// or https\://). If the format is invalid, an error message is shown.
  </Accordion>

  <Accordion title="Can I use reject duplicates on a URL field?">
    Yes. Enable **Reject duplicate values** to ensure each URL is only submitted once. Useful for preventing the same website from being submitted multiple times.
  </Accordion>

  <Accordion title="Can I pre-fill a URL based on another field?">
    Yes. The default value supports `@` variable references, so you can construct a URL dynamically from other form field values.
  </Accordion>
</AccordionGroup>
