Skip to content

Commit f7a308c

Browse files
authored
Merge pull request #7044 from DJohn001/patch-2
Update creating-forms.md
2 parents a56ed45 + ab00629 commit f7a308c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

15/umbraco-cms/fundamentals/code/creating-forms.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ description: "Information on creating forms in Umbraco"
88
Creating forms requires that you know your way around .NET Core MVC. So if you are familiar with adding view models, views and controllers you are ready to make your first form.
99

1010
{% hint style="info" %}
11-
You can also use [Umbraco forms](https://umbraco.com/products/umbraco-forms/). It lets you and/or your editors create and handle forms in the backoffice. This includes setting up validation, redirecting and storing and sending form data. Great UI, extendable and supported by Umbraco HQ.
11+
You can also use [Umbraco forms](https://umbraco.com/products/add-ons/forms/). It lets you and/or your editors create and handle forms in the backoffice. This includes setting up validation, redirecting and storing and sending form data. Great UI, extendable and supported by Umbraco HQ.
1212
{% endhint %}
1313

1414
In this example we'll create a basic contact form containing a name, email and message field.

0 commit comments

Comments
 (0)