We recently converted our DocuSign for Salesforce buttons from JavaScript to URL format and I'm having trouble now getting an apostrophe to show up in my subject line.
In the JavaScript button code, the format was:
CES='Document for '+ Account.Name + '\'s Approval '
However in URL format, this outputs as:
Document for Test Corp\'s Approval
How do I get the apostrophe to appear properly?
Thank you.