Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions 13/umbraco-forms/developer/prepping-frontend.md
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
3 changes: 3 additions & 0 deletions 13/umbraco-forms/developer/rendering-scripts.md
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
Loading