gwp_urlencode
With the gwp_urlencode Merge Tag Modifier for Gravity Forms you can encode the field value with the purpose to pass it as an url parameter for dynamic population. List field values are also supported, provided the values do not contain row/column separator characters like , or |.
:gwp_urlencode
Encoding values of special fields
gwp_urlencode supports creating url parameters for List Fields and Checkbox Fields. It might not support other special fields with complex values. Please let us know by raising a support question and we will add it for you.
Examples
If you want to use this Modifier, just place is after the Field ID in the Merge Tag, like this:
{Text:1:gwp_urlencode}
Example | Modifier |
---|---|
info@gravitywp.com | info%40gravitywp.com |
“Quotes” and spaces | %22Quotes%22%20and%20spaces |
1,2;3:4 | 1%2C2%3B3%3A4 |
Last updated: 19-10-2022