4 つのボタンがあり、送信フォームの外にありますか? 1 つのボタンをクリックすると、他のボタンのすべてのクリック イベントがトリガーされます。この記事を見て、入力をボタンに変更しました。それは役に立ちませんでした、何か提案はありますか?
マイページ:
@using (Html.BeginForm("ReportQuestionaire", "Question", FormMethod.Post, new { id = "SignupForm" }))
{
// code removed
}
<button type="button" id="review_btn" onclick="reviewScreen();"></button>
<button type="button" id="SaveAccount" onclick="SaveComplete();"></button>
<button type="button" id="Next"></button>
<button type="button" id="Previous"></button>