Skip to content

Commit 96c8dd9

Browse files
authored
Update 15/umbraco-forms/editor/creating-a-form/form-advanced.md
1 parent 1d2dcaa commit 96c8dd9

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
@@ -60,6 +60,6 @@ A slightly more complex example could be with two dates, where, if provided, you
6060
}
6161
```
6262

63-
Overall you should be able to create simple or more complex rules as needed, using comparisons between fields and with static values.
63+
Overall, you can create rules of varying complexity, using comparisons between fields and static values
6464

6565
When the form is rendered, these validation rules will be applied both client and server-side. In this way you can ensure the submission is only accepted if it meets the requirements.

0 commit comments

Comments
 (0)