One can define a Custom page where candidates will be redirected after they click Yes or No in the consent e-mail that they received.
How to...
To set a custom landing page :
Go to "Maintanence"
Click "Settings"
Go to Block "Privacy"
Field "consentLandingPageURL"
This URL has placeholder {{answer}} which, if present, will be replaced with yes/no depending on candidates reaction.
For example
URL that looks like this: http://example.com/consent-{{answer}}.html
will transform into http://example.com/consent-yes.html or http://example.com/consent-no.html respectively.
Of course, you could write a simple URL like this: http://example.com/consent.html, then no substitution happens.
____
Keywords: UD-2027