Hi, I want to pefill a Marketo form using a Marketo sent email. I understand that this can be done by using cookies, or passing parameters in the query string. However, I am concerned about the following issues:
- If cookies are disabled by the client browser, the form will not get filled.
- In case of using query string, the information is a little sensitive and I am not sure of how safe this approach would be. Can the information be hidden in the url? Alternatively, can it be encrypted. If yes, what would be the approach?
Thanks!