File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
13/umbraco-forms/developer Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments