File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
16/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 @@ -112,11 +112,11 @@ Sample script that is outputting comments using a Form created with the default
112112```
113113
114114## Loading a Record From a Submitted Form
115- When a form is submitted , the submitted form id and the saved record id is stored in the TempData so it can be referenced.
115+ When a form is submitted , the submitted form ID and the saved record ID are stored in the ` TempData` so they can be referenced.
116116
117- You can use the FormService and the RecordStorage to get the ``` Form``` and ``` Record``` objects.
117+ You can use the FormService and the RecordStorage to get the `Form` and `Record` objects.
118118
119- Here is sample code for how to get the record in a view.
119+ Here is a sample code for retrieving a record in a view.
120120
121121```
122122@using Umbraco.Forms.Core.Models
You can’t perform that action at this time.
0 commit comments