diff --git a/articles/compliance/gdpr/features-aiding-compliance/user-consent/_redirect.md b/articles/compliance/gdpr/features-aiding-compliance/user-consent/_redirect.md index fd9e42bc84..00e39c917a 100644 --- a/articles/compliance/gdpr/features-aiding-compliance/user-consent/_redirect.md +++ b/articles/compliance/gdpr/features-aiding-compliance/user-consent/_redirect.md @@ -2,10 +2,6 @@ For simplicity, we will use [this sample consent form](https://github.com/auth0/ You will need to host this form, and the URL for the form must be publicly-accessible. You'll need to provide the URL where the form can be accessed to Auth0 at a later step of this tutorial. -::: note -Please see [Redirect Users to Consent Form Hosted Using Webtask](/compliance/gdpr/features-aiding-compliance/user-consent/webtask-redirect) if you want to host your consent form using Webtask. -::: - 1. Add the [redirect rule](/rules/redirect). Go to [Dashboard > Rules](${manage_url}/#/rules), and click **Create Rule**. At **Rules Templates**, select **empty rule**. Change the default rule's name from `empty rule` to something descriptive (e.g., `Redirect to consent form`). 2. Add the following JavaScript code to the script editor, and **Save** your changes. diff --git a/articles/compliance/gdpr/features-aiding-compliance/user-consent/webtask-redirect.md b/articles/compliance/gdpr/features-aiding-compliance/user-consent/webtask-redirect.md index f19650e76f..456054d2ce 100644 --- a/articles/compliance/gdpr/features-aiding-compliance/user-consent/webtask-redirect.md +++ b/articles/compliance/gdpr/features-aiding-compliance/user-consent/webtask-redirect.md @@ -3,6 +3,7 @@ section: compliance description: Learn how to host a redirect form using Webtask and redirect users to the form. contentType: how-to sitemap: false +public: false --- # Redirect Users to Consent Form Hosted Using Webtask