Press Ctrl / CMD + C to copy this to your clipboard.
This post will be reported to the moderators as potential spam to be looked at
Is there an easy way to move the validation summary errors to the bottom of the form instead of showing them at the top of the form?
Hi Steve
The easiest way is to edit /views/partials/forms/form.cshtml
Move "@Html.ValidationSummary(false)" to bottom of the form
Thanks,
Alex
Alex, Thanks! That was exactly what I was looking for!
You are welcome, Steve, have a great weekend!
is working on a reply...
Write your reply to:
Upload image
Image will be uploaded when post is submitted
Umbraco Forms - Move form validation summary to bottom of the form
Is there an easy way to move the validation summary errors to the bottom of the form instead of showing them at the top of the form?
Hi Steve
The easiest way is to edit /views/partials/forms/form.cshtml
Move "@Html.ValidationSummary(false)" to bottom of the form
Thanks,
Alex
Alex, Thanks! That was exactly what I was looking for!
You are welcome, Steve, have a great weekend!
is working on a reply...