Hi Team
I have this logic on my view, the size is too big and want way to make my text input fit well for Title field a form.Please assist me to make this very well on my form.
- class="register-box">class="register-logo">
- class="card">class="card-body register-card-body">
"~/Images/eNtsa.png" />
Training Course Registration:Motion MasterClass
- @using (Html.BeginForm("editRegForm", "Home", FormMethod.Post, new { @role = "form" }))
- {
- @Html.AntiForgeryToken()
class="input-group-mb-2">- @Html.TextBoxFor(m=>m.Title, new {@class = "form-control", type = "text", id = "title", autofocus = "autofocus", placeholder = "Title", required = "required"})
class="input-group-text">- }
Guest UserPosted Mar 16, 2020, 2:57 AM
Training Course Registration:Motion MasterClass