gwp_urldecode
The gwp_urldecode
can be used to decode url encoded values.
:gwp_urldecode
Examples
To apply this Modifier, append it to the Field ID within your Merge Tag as shown below:
{Text:1:gwp_urldecode}
Here’s how some common encoded URL parameters might appear once decoded:
Original Value | Decoded Result |
---|---|
info%40gravitywp.com | info@gravitywp.com |
%22Quotes%22%20and%20spaces | “Quotes” and spaces |
1%2C2%3B3%3A4 | 1,2;3:4 |