Hey Marty,
Interesting! What kind of encryption were you thinking of using?
My immediate thought was just to encrypt the submission ID right in the email template. This would just be something like:
Would that help at all, or would you need two-way encryption?
- Ben
Interesting! What kind of encryption were you thinking of using?
My immediate thought was just to encrypt the submission ID right in the email template. This would just be something like:
Code:
{$SUBMISSIONID|sha1}
Would that help at all, or would you need two-way encryption?
- Ben