Skip to content

Commit 35a61b6

Browse files
kmeilandereshanrnh
andauthored
Update 13/umbraco-forms/developer/working-with-data.md
Co-authored-by: Esha Noronha <82437098+eshanrnh@users.noreply.github.com>
1 parent e010932 commit 35a61b6

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

13/umbraco-forms/developer/working-with-data.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -113,11 +113,11 @@ Sample script that is outputting comments using a Form created with the default
113113

114114

115115
## Loading a Record From a Submitted Form
116-
When a form is submitted, the submitted form id and the saved record id is stored in the TempData so it can be referenced.
116+
When a form is submitted, the submitted form ID and the saved record ID are stored in the `TempData` so they can be referenced.
117117

118-
You can use the FormService and the RecordStorage to get the ```Form``` and ```Record``` objects.
118+
You can use the FormService and the RecordStorage to get the `Form` and `Record` objects.
119119

120-
Here is sample code for how to get the record in a view.
120+
Here is a sample code for retrieving a record in a view.
121121

122122
```
123123
@using Umbraco.Forms.Core.Models

0 commit comments

Comments
 (0)