Hello o/
Is it possible to configure the consent form to redirect to another page after the user confirm/decline
Hi You can create custom html tags to handle the redirect. The trigger would be based on the default datalayer events (
stg.rejectAllClicked
, stg.agreeToAllClicked
).
Many thanks, this is working.