聯(lián)系官方銷售客服
1835022288
028-61286886
模板標簽里面
同一頁面 二個表單
<ul> <form action="/index.php?s=form&c=ts" class="form-horizontal" method="post" name="myform" id="myform"> <li> <div align="center" style="height:30px;padding-top:10px;text-align:center"> <input class="coolbg" type="button" onclick="dr_cmf_module_submit('/index.php?s=form&c=ts', 'myform')" style="background:#ec561a; color:#fff;" value="提 交" /> <input class="coolbg" name="reset" style="background:#666666; color:#fff;" type="reset" value="關(guān) 閉" /> </div> </li> </form> <form action="/index.php?s=form&c=gzbx" class="form-horizontal" method="post" name="myform" id="myform"> <input class="intxt" name="data[gzms]" id="dr_gzms" style="width:250px;height:35px;background-image: url(../images/input-bgs.png); border-bottom:0px;margin-bottom: 0px;" type="text" value="" /> <div align="center" style="height:30px;padding-top:10px; text-align:center;"> <input class="coolbg" type="button" onclick="dr_cmf_module_submit('/index.php?s=form&c=gzbx', 'myform')" style="background:#ec561a; color:#fff;" value="提 交" /> <input class="coolbg" name="reset" style="background:#666666;color:#fff;" type="reset" value="關(guān) 閉" /> </div> </li> </ul>
第一個 正常 提交 第二個 提交提示成功 但后臺 沒有數(shù)據(jù) 不知道 哪里的 問題 多個表單 不能共存嗎
第一個form改成
第二個form改成