--- breadcrumb: - Guides - Forms - Inputs - URL summary-visible: false keywords: - form - input - url --- # URL ## Description - Class for this input: `Berlioz\Form\Type\Url` - HTML equivalent: `` ## Additional options No additional than [commons options](inputs.md#common-options). ## Attributes List of attributes that interact with the forms library: | Name | Type | Default value | Description | |---------------|---------|---------------|--------------------------| | **maxlength** | integer | *none* | Max length of characters | | **minlength** | integer | *none* | Min length of characters | | **pattern** | string | *none* | Regex pattern |