Field containing a URL.
| Name | Type | Description |
| value | String | The URL as input into the field |
| url_type | String | The type of object selected as a URL. Options are 'None', 'Custom', 'Entity', 'Image', 'Document', 'Email', 'Tel', and 'Javascript' |
| reference_guid | String | The unique identifier for the selected object when url_type is either 'Entity', 'Image', or 'Document' |
| entity | entity | The entity object that this URL links to |
| image | image | The image object that this url links to |
| document | document | The document object that this url links to |
| field_id | String | The identifier for this field |
| label | String | The label for this field |
| output | String | The URL as input into the field. May include additional markup in the editor preview to make it easier to edit content |
Encode a string to be used in a URL.
url_encode: Boolean formdata
Use the url_encode and url_decode filters to encode strings for use in URLs, and to decode strings that have been url encoded.
Url Encoding and Decoding
Copyurl_encode
url_decode
Decode a url encoded string.
url_decode: Boolean formdata
Use the url_encode and url_decode filters to encode strings for use in URLs, and to decode strings that have been url encoded.
Url Encoding and Decoding
Copyurl_encode
url_decode
Decodes a string from a URL-safe base64 format. The difference between the base64 and URL-safe base64 formats is that the URL-safe format uses - and _ in place of + and /, which can cause problems when used in a URL.
base64_url_safe_decode
Use the base64_encode, base64_decode, base64_url_safe_encode, and base64_url_safe_decode filters to encode and decode strings to and from a base64 format.
Encoding and decoding from base64
Copybase64_encode
base64_decode
base64_url_safe_encode
base64_url_safe_decode
Encodes a string to a URL-safe base64 format. The difference between the base64 and URL-safe base64 formats is that the URL-safe format uses - and _ in place of + and /, which can cause problems when used in a URL.
base64_url_safe_encode
Use the base64_encode, base64_decode, base64_url_safe_encode, and base64_url_safe_decode filters to encode and decode strings to and from a base64 format.
Encoding and decoding from base64
Copybase64_encode
base64_decode
base64_url_safe_encode
base64_url_safe_decode
Sets the canonical URL for the current page, which is output by default as part of an HTML page's {{ automatic_markup }}.
The current canonical URL is available at {{ automatic_markup.canonical_url }}
Use the url_encode and url_decode filters to encode strings for use in URLs, and to decode strings that have been url encoded.
Url Encoding and Decoding
Copyurl_encode
url_decode
URL: www.domain.com/path/to/page?alpha=abc&beta=b&&emptyvariable&animals=cat&animals=dog&animals=fish
CopyUse the base64_encode, base64_decode, base64_url_safe_encode, and base64_url_safe_decode filters to encode and decode strings to and from a base64 format.
Encoding and decoding from base64
Copybase64_encode
base64_decode
base64_url_safe_encode
base64_url_safe_decode
Redirect to requested page with login path appended
CopyCreate Link with URL field
Copy