Following is the form
@using (Html.BeginForm(MVC.CollectionPlanConfirmation.ActionNames.Edit, MVC.CollectionPlanConfirmation.Name, FormMethod.Post, new { @id
Try this:
HTML
SCRIPT
$(function () { $(document).on('click', '.aSubmit', function () { $('#collectionPlanForm').submit(); }); });
DEMO FIDDLE