Skip to content

Commit af72df4

Browse files
authored
Update 13/umbraco-forms/editor/creating-a-form/form-advanced.md
1 parent 36b82b9 commit af72df4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

13/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 can add validation to individual fields, making them man
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)