@{ Layout = null; } @using (Html.BeginForm("SaveDownloads", "Settings", FormMethod.Post, new { id = "feedback-form" })) {

This is just an example, sent data will not be saved.

@Html.TextBox("name") @Html.TextBox("email") @(Html.Telerik().Editor() .Name("comment") .Tools(tools => tools .Clear() .Bold().Italic().Separator() .InsertOrderedList().InsertUnorderedList().Separator() .Indent().Outdent() )) }