I have a View with 2 Forms with two different submitt buttons. One form changes the profile and the other changes the password. So far I only have one @using (Html.BeginForm()) declaration. Do I need two since I have two forms. How do I route the button the appropriate HTTPPost controller action method?
Here are my buttons
Password:
Profile: