Joomla url Form Field Type

This field is like a text field input with the type of url. The Url field extends the Text field.

Example XML field definition:

<field 
name="myurl"
type="url"
label="Enter URL"
default="http://www.example.com" />

Additional Parameters

relative: Set to true for relative URLs.

Examples

Contact Component

<field
 name="webpage"
 type="url"
 label="COM_CONTACT_FIELD_INFORMATION_WEBPAGE_LABEL"
 filter="url"
 validate="url" />