迅睿開源框架是一款PHP8高性能·簡單易用的PHP開源開發(fā)框架, 基于MIT開源許可協(xié)議發(fā)布,不限制商業(yè)使用,以多端互聯(lián)為設計理念, 支持的微信公眾號、小程序、APP客戶端、移動端網(wǎng)站、PC網(wǎng)站等多終端式管理系統(tǒng)。
業(yè)務經(jīng)理
微信掃描以上二維碼
028-61286886
技術咨詢
這是怎么回事, 這個應該怎么處理,麻煩請教一下
對比一下form的ID的寫法和按鈕對應起來
參考文檔:《外部頁面調用網(wǎng)站表單提交項目》
開源是一種精神,但不是義務,幫忙是情分,不幫也不要抱怨,建議大家多研究代碼、多閱讀代碼、多翻閱社區(qū)歷史問題!
回復@官方研發(fā)技術-陳老師 主要是我已經(jīng)把圖片驗證碼這部分刪掉了,現(xiàn)在是又出現(xiàn)這個問題。
回復@官方研發(fā)技術-陳老師
{php extract(dr_get_form_post_value('zxly'))}
<form action="{$post_url}" class="form-horizontal c-book" method="post" name="myform" id="myform">
{$form}
<ul>
<dd>
<input class="input" type="text" name="data[ndch]" id="dr_ndch" value="" placeholder="您的稱呼" onfocus="foucs(this)" onblur="fmover(this)">
</dd>
<input class="input" type="text" name="data[lxdh]" id="dr_lxdh" value="" placeholder="聯(lián)系電話" onfocus="foucs(this)" onblur="fmover(this)">
<input class="input" type="text" name="data[mjmc]" id="dr_mjmc" value="" placeholder="名酒名稱" onfocus="foucs(this)" onblur="fmover(this)">
<input class="input" type="text" name="data[mjnx]" id="dr_mjnx" value="" placeholder="名酒年限" onfocus="foucs(this)" onblur="fmover(this)">
<input class="input" type="text" name="data[lynr]" id="dr_lynr" value="" placeholder="留言內容" onfocus="foucs(this)" onblur="fmover(this)">
<dd class="bnt">
<a class="sq"><button type="button" onclick="dr_ajax_submit('{$post_url}', 'myform', '2000', '{$rt_url}')" class="btn green" id="tj">提交</button></a>
</ul>
</form>
這是源碼
對比一下form的ID的寫法和按鈕對應起來
參考文檔:《外部頁面調用網(wǎng)站表單提交項目》
開源是一種精神,但不是義務,幫忙是情分,不幫也不要抱怨,建議大家多研究代碼、多閱讀代碼、多翻閱社區(qū)歷史問題!
回復@官方研發(fā)技術-陳老師

主要是我已經(jīng)把圖片驗證碼這部分刪掉了,現(xiàn)在是又出現(xiàn)這個問題。
回復@官方研發(fā)技術-陳老師
{php extract(dr_get_form_post_value('zxly'))}
<form action="{$post_url}" class="form-horizontal c-book" method="post" name="myform" id="myform">
{$form}
<ul>
<dd>
<input class="input" type="text" name="data[ndch]" id="dr_ndch" value="" placeholder="您的稱呼" onfocus="foucs(this)" onblur="fmover(this)">
</dd>
<dd>
<input class="input" type="text" name="data[lxdh]" id="dr_lxdh" value="" placeholder="聯(lián)系電話" onfocus="foucs(this)" onblur="fmover(this)">
</dd>
<dd>
<input class="input" type="text" name="data[mjmc]" id="dr_mjmc" value="" placeholder="名酒名稱" onfocus="foucs(this)" onblur="fmover(this)">
</dd>
<dd>
<input class="input" type="text" name="data[mjnx]" id="dr_mjnx" value="" placeholder="名酒年限" onfocus="foucs(this)" onblur="fmover(this)">
</dd>
<dd>
<input class="input" type="text" name="data[lynr]" id="dr_lynr" value="" placeholder="留言內容" onfocus="foucs(this)" onblur="fmover(this)">
</dd>
<dd class="bnt">
<a class="sq"><button type="button" onclick="dr_ajax_submit('{$post_url}', 'myform', '2000', '{$rt_url}')" class="btn green" id="tj">提交</button></a>
</dd>
</ul>
</form>
這是源碼