[url] – URL

[url name="your_url"]

Forces to enter a valid URL.

Attributes:

AttributeExamplesDescription
name*name="unique_field_name"The field name. Needs to be unique in the form.
Required.
valuevalue="https://bbforms.com"
value="{site.url}"
value="{user.website}"
value="{field.url_123}"
The initial field value.
Optional.
placeholdervalue="Insert URL here."Text displayed when the field has no value.
Optional.
minmin="10"Minimum characters length allowed.
Optional.

NOTE: Shortcut of minlength attribute.
maxmax="100"Maximum characters length allowed.
Optional.

NOTE: Shortcut of maxlength attribute.
patternpattern="Regular expression"
pattern="https://.*"
pattern=".*\.your-site\.com.*"
A regular expression the field value should match.
Optional.

This field also supports common HTML attributes, as well as label & description attributes.