diff --git a/13/umbraco-ums/security-and-privacy/gdpr/how-to-become-gdpr-compliant-using-cookiebot.md b/13/umbraco-ums/security-and-privacy/gdpr/how-to-become-gdpr-compliant-using-cookiebot.md index 2288ab4a8cc..e3e30634fe9 100644 --- a/13/umbraco-ums/security-and-privacy/gdpr/how-to-become-gdpr-compliant-using-cookiebot.md +++ b/13/umbraco-ums/security-and-privacy/gdpr/how-to-become-gdpr-compliant-using-cookiebot.md @@ -1,12 +1,12 @@ -# how To Become GDPR compliant using cookiebot +# How To Become GDPR Compliant Using Cookiebot -We can integrate with a cookie consent banner service such as CookieBot and [depending on the choice of the user we can enable or disable certain parts of uMarketingSuite](../../../../the-umarketingsuite-broad-overview/the-umarketingsuite-cookie/module-permissions/). +You can integrate with a cookie consent banner service such as CookieBot and [depending on the users choice you can configure certain parts of uMS](../../../../the-umarketingsuite-broad-overview/the-umarketingsuite-cookie/module-permissions/). This has been covered in our documentation previously, but this tutorial gives you a full working implementation to use with [CookieBot](https://www.cookiebot.com/) in particular. ![]() -#### Code Example +## Code Example The code example below shows how to create the back-end code to read the CookieBot consent cookie from the end-user, and based on that decides which features of uMarketingSuite it should enable or disable. diff --git a/14/umbraco-forms/developer/rendering-forms.md b/14/umbraco-forms/developer/rendering-forms.md index 77f17bb3060..9e5b31ff10f 100644 --- a/14/umbraco-forms/developer/rendering-forms.md +++ b/14/umbraco-forms/developer/rendering-forms.md @@ -4,16 +4,42 @@ description: Learn the different ways of rendering a form on your website when u # Rendering Forms -There are three options available for rendering a form. +There are two options available for rendering a form. ## Rendering Using a View Component -To display a form in your view, you can make a call to a view component: +To display a form in your view, you can make a call to a view component. You can use a forms GUID directly or add a form dynamically by referencing a form selected via a Forms Picker. -```cshtml -@await Component.InvokeAsync("RenderForm", new { formId = Guid.Parse("