Skip to content

Commit 059a7e2

Browse files
authored
Update 15/umbraco-forms/editor/creating-a-form/form-advanced.md
1 parent a5fcad4 commit 059a7e2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

15/umbraco-forms/editor/creating-a-form/form-advanced.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ When creating forms you are able to add validation to individual fields, making
1818

1919
![Validation rules](./images/validation-rules.png)
2020

21-
To add new rules, you need to provide the rule definition, an error message and select a field to which the message will be associated. Once created you can click to edit or delete them from the list.
21+
To add new rules, you need to provide the rule definition, an error message, and select a field to which the message will be associated. Once created you can click to edit or delete them from the list.
2222

2323
Crafting the rule definition itself requires use of [JSON logic](https://jsonlogic.com/) along with placeholders for the field or fields that are being validated.
2424

0 commit comments

Comments
 (0)