步骤表单功能按钮并提交一个

时间:2016-09-13 13:51:02

标签: javascript php forms

我在同一页面上有两个表格。

每个表单都有两个或三个功能按钮。

提交按钮无效。

下面是步骤按钮。

<div class="modal-footer">
   <button class="btn btn-default" type="button" data-dismiss="modal">Fermer</button>
   <button class="btn btn-choco open4" type="button"> Command - Stage 2 >></button>
   <button class="btn btn-choco open5" type="button" style="display:none;"> Command - Stage 3 >></button>
   <button class="btn btn-choco open6" type="button" style="display:none;"> Command - stage 4 >></button>
   <button class="btn btn-choco" type="submit" name="submit" id="checkout-button" style="display:none;"> Command>></button>
</div>

我的表单是一个动作页面,它是我想要访问的页面和方法发布。

当最后一步验证时,“结帐按钮”也会按功能显示。

我的错误在哪里?

当我向表单添加novalidate时,它正在工作。有人可以解释一下'无效吗?

0 个答案:

没有答案