迅睿開源框架是一款PHP8高性能·簡(jiǎn)單易用的PHP開源開發(fā)框架, 基于MIT開源許可協(xié)議發(fā)布,不限制商業(yè)使用,以多端互聯(lián)為設(shè)計(jì)理念, 支持的微信公眾號(hào)、小程序、APP客戶端、移動(dòng)端網(wǎng)站、PC網(wǎng)站等多終端式管理系統(tǒng)。
業(yè)務(wù)經(jīng)理
微信掃描以上二維碼
028-61286886
技術(shù)咨詢
網(wǎng)站表單 提交時(shí) 出現(xiàn)
表單id屬性不存在 (myform)
form體的代碼發(fā)來(lái)看看
開源是一種精神,但不是義務(wù),幫忙是情分,不幫也不要抱怨,建議大家多研究代碼、多閱讀代碼、多翻閱社區(qū)歷史問(wèn)題!
回復(fù)迅??蚣軇?chuàng)始人
<form action="" method="post" id="myform1" method="post" name="myform1">
<input type="hidden" name="{csrf_token()}" value="{csrf_hash()}" />
<input name="isform" type="hidden" value="1">
<div class="formItem">
<input type="text" name="data[lianxiren]" id="dr_lianxiren" class="tx-input d3" value="" placeholder="你的姓名">
</div>
<input type="text" name="data[title]" id="dr_title" class="tx-input d1" value="" placeholder="請(qǐng)輸入企業(yè)名稱">
<input type="text" name="data[dianhua]" id="dr_dianhua" class="tx-input d4" value="" placeholder="您的手機(jī)號(hào)碼">
<input type="text" name="data[yewuxuqiu]" id="dr_yewuxuqiu" class="tx-input d5" value="" placeholder="您的具體需求">
<div class="p-16">
<button type="button" onclick="dr_ajax_submit('/index.php?s=form&c=gkxq&m=post', 'myform1')" class="rounded-lg closeBut">馬上申請(qǐng) </button>
</form>
這個(gè)沒(méi)有問(wèn)題,id是對(duì)應(yīng)好的
form體的代碼發(fā)來(lái)看看
開源是一種精神,但不是義務(wù),幫忙是情分,不幫也不要抱怨,建議大家多研究代碼、多閱讀代碼、多翻閱社區(qū)歷史問(wèn)題!
回復(fù)迅??蚣軇?chuàng)始人
<form action="" method="post" id="myform1" method="post" name="myform1">
<input type="hidden" name="{csrf_token()}" value="{csrf_hash()}" />
<input name="isform" type="hidden" value="1">
<div class="formItem">
<input type="text" name="data[lianxiren]" id="dr_lianxiren" class="tx-input d3" value="" placeholder="你的姓名">
</div>
<div class="formItem">
<input type="text" name="data[title]" id="dr_title" class="tx-input d1" value="" placeholder="請(qǐng)輸入企業(yè)名稱">
</div>
<div class="formItem">
<input type="text" name="data[dianhua]" id="dr_dianhua" class="tx-input d4" value="" placeholder="您的手機(jī)號(hào)碼">
</div>
<div class="formItem">
<input type="text" name="data[yewuxuqiu]" id="dr_yewuxuqiu" class="tx-input d5" value="" placeholder="您的具體需求">
</div>
<div class="p-16">
<button type="button" onclick="dr_ajax_submit('/index.php?s=form&c=gkxq&m=post', 'myform1')" class="rounded-lg closeBut">馬上申請(qǐng) </button>
</div>
</form>
這個(gè)沒(méi)有問(wèn)題,id是對(duì)應(yīng)好的
開源是一種精神,但不是義務(wù),幫忙是情分,不幫也不要抱怨,建議大家多研究代碼、多閱讀代碼、多翻閱社區(qū)歷史問(wèn)題!