Skip to content

Commit ff0d8fc

Browse files
authored
Docs: Add link to saving guide (#62)
1 parent 6faf275 commit ff0d8fc

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

docusaurus/docs/getting-started/basic-usage.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,4 +71,5 @@ To save the form (model), `.save()` on a `FormStore` instance should be used.
7171
userForm.save();
7272
```
7373

74-
In the background, `beforeSave`, `save`, and `afterSave` hooks from FormObject are called. Out of those three, only the `save` function is mandatory (unless the saving functionality is not used).
74+
In the background, `beforeSave`, `save`, and `afterSave` hooks from FormObject are called. Out of those three, only the `save` function is mandatory (unless the saving functionality is not used). See [saving guide](../guides/saving-forms.md) for more details.
75+

0 commit comments

Comments
 (0)