多维表格
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

37 lines
1.2 KiB

---
title: 'URL'
description: 'This article explains how to create & work with an URL field.'
tags: ['Fields', 'Field types', 'Text based types', 'URL']
keywords: ['Fields', 'Field types', 'Text based types', 'URL', 'Create URL field']
---
`URL` field is text based field custom-built for storing URLs. It is a special type of `Single line text` field with
- Optional validation for URL
- Cell display as clickable link
## Create an `URL` field
1. Click on `+` icon to the right of `Fields header`
2. On the dropdown modal, enter the field name (Optional).
3. Select the field type as `URL` from the dropdown.
4. Enable validation by toggling the `Validate URL` checkbox (Optional).
5. Set default value for the field (Optional).
6. Click on `Save Field` button.
![image](/img/v2/fields/types/url.png)
:::note
- Specify default value without quotes.
- Validation only ensures that the value entered is a valid URL. It does not check if the URL exists.
:::
## Similar text based fields
Following are the other text based fields available in NocoDB, custom-built for specific use cases.
- [Single line text](010.single-line-text.md)
- [Long text](020.long-text.md)
- [Email](030.email.md)
- [Phone](040.phonenumber.md)