Skip to main content

What this does

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

Settings reference

SettingDescription
Placeholder textHint text shown when the field is empty. Supports @ variable references.
Default valueURL pre-filled when the form loads. Supports @ variable references.
Minimum charactersMinimum character count required.
Maximum charactersMaximum 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

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.
Yes. Enable Reject duplicate values to ensure each URL is only submitted once. Useful for preventing the same website from being submitted multiple times.
Yes. The default value supports @ variable references, so you can construct a URL dynamically from other form field values.