function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
afindieafindie 

Custom Link URL Encoding

I am running into an issue when I store part of the query string into a custom filed into a custom object and trying to use the field into the custom link.
Example: test : item1=A&item2=B.
http://mysite.com/action?{!sfSessionid}&...&{!ObjectName.test_c}

the url is encoded into  http://mysite.com/action?{!sfSessionid}&...&item1%3DA

is there any way i can disable the encoding of the url on this field?
If not, I will need to make construct a lot of custom fields to just store those values.

thanks in advance.


Message Edited by afindie on 08-14-2008 02:43 PM