Hi, I am Adding/ Updating the contacts using bulkUrlEncoded method . I am saving some data into custom Fields which has got an anchor tag to a page in my application. If i am using add/update instead of bulkUrlEncoded data is being saved properly in the custom fields but if I am using bulkUrlEncoded its saving in the encoded format. Actually i am supposed to send email to the list of contacts with a click here in the email body. in the first case its working fine but coming to the bulkUrlEncoded case i am unable to click the link in the email due to the encoded format in it. How can this be resolved......????????
... View more