diff --git a/13/umbraco-forms/developer/prepping-frontend.md b/13/umbraco-forms/developer/prepping-frontend.md index 61217d57cdb..2d1ac898302 100644 --- a/13/umbraco-forms/developer/prepping-frontend.md +++ b/13/umbraco-forms/developer/prepping-frontend.md @@ -1,3 +1,6 @@ +--- +description: Learn how to configure client-side validation for Umbraco forms by including and setting up the necessary libraries for different validation approaches +--- # Preparing your Frontend For Umbraco Forms to work correctly, you need to include some client dependencies. diff --git a/13/umbraco-forms/developer/rendering-scripts.md b/13/umbraco-forms/developer/rendering-scripts.md index fc99f1dcfdb..782913f3dcc 100644 --- a/13/umbraco-forms/developer/rendering-scripts.md +++ b/13/umbraco-forms/developer/rendering-scripts.md @@ -1,3 +1,6 @@ +--- +description: Learn how to manage script placement for Umbraco Forms by controlling where and how forms are presented on a webpage. +--- # Rendering Forms Scripts Forms output some JavaScript which is by default rendered right below the markup.