I have 2 forms on a page as follows:
@using (Html.BeginForm()) { @Html.ValidationSummary() @Html.Label(\"code\", \"Confirmation Code\") @Html.Tex
the solution is to draw the validation summary only when you validate your form
for more details check this blog post