Good afternoon,
I'm working on a project in which I'd like to encode a URL coming from a Workflow email to look something like:
https://myurl.com?encode=dGVzdA==
and then I'd be doing the decoding from the form. The form does not have to be as secure, it's just for mormatting purposes that I don't want the actual information in the URL.
Problem is that I don't know how to decode it when coming from Workflow. I don't want to create additional hidden fields just to encode the parts that I need.
Any ideas or suggestions?
Thank you,
Raul Gonzalez