迅睿CMS框架是一款PHP8高性能·簡單易用的CMS開源開發(fā)框架,基于MIT開源許可協(xié)議發(fā)布,免費且不限制商業(yè)使用,是免費開源的產品,以萬端互聯(lián)為設計理念,支持的微信公眾號、小程序、APP客戶端、移動端網(wǎng)站、PC網(wǎng)站等多終端式管理系統(tǒng)。
聯(lián)系官方銷售客服
1835022288
028-61286886
求幫忙,注冊頁面報系統(tǒng)錯誤???怎么回事??求幫忙?、
這個不好判斷,用google開發(fā)者工具看看提示什么js錯誤
回復@迅睿框架技術-景優(yōu)
這錯了,看這個教程你就明白了
參考文檔:《自定義網(wǎng)站表單提交樣式》
一般這是表單的form體內容寫錯了
回復@迅??蚣芗夹g-景優(yōu) 改了還是報系統(tǒng)錯誤!
回復@迅??蚣芗夹g-景優(yōu)
你明天找官方幫你遠程看一下
回復@鵬
回復@二開/定制/使用解答專家
<form action="" method="post" name="myform" id="myform">
{dr_form_hidden()}
<table width="100%" border="0" cellspacing="0" cellpadding="0" class="tab15">
<tr>
<td height="35" align="right"><span class="hn_red">*</span>單位名稱:</td>
<td width="230" align="left"><label for="textfield"></label>
<input type="text" name="data[sbdwmc]" id="dr_sbdwmc" class="hn_kuang" maxlength="50" style="height:28px;width:224px;"></td>
<td align="left"><span class="hn_Gray">(單位名稱必須與公章一致)最多輸入50個字</span></td>
</tr>
<td height="35" align="right" style="font-size:14px;"><span class="hn_red">*</span>
<select onchange="initOrgNoChange(this.value)" id="org_no_type">
<option value="1">統(tǒng)一社會信用代碼</option>
</select>:
</td>
<td align="left">
<div id="div_1" style="display: block;">
<input type="text" id="dr_tyshxydm" onchange="value=value.replace(/[^a-zA-Z0-9]/ig,'')" onkeyup="value=value.replace(/[^a-zA-Z0-9]/ig,'')" onblur="this.value=this.value.toUpperCase();" maxlength="8" class="hn_kuang2" name="data[tyshxydm]" style="height:28px;">
</div>
<td align="left"><span id="org_no_desc" class="hn_Gray">(指單位組織機構代碼證上的標識代碼)</span></td>
<td height="35" align="right"><span class="hn_red">*</span>手機號:</td>
<input type="text" name="data[phone]" id="dr_phone class="hn_kuang" maxlength="50" style="height:28px;width:224px;" ></td>
<td align="left"><span class="hn_Gray"></span></td>
<td height="35" align="right"><span class="hn_red">*</span>密碼:</td>
<input type="password" name="data[password]" id="dr_password" class="hn_kuang" maxlength="50" style="height:28px;width:224px;" ></td>
</table>
<div style="padding: 20px 0 0;text-align: center;">
<a name="Submit2" class="button_01 " onclick="dr_ajax_member('{dr_now_url()}', 'myform');">下一步</a><span class="ml10"></span><a name="Submit2" class="button_02" title="返回首頁" href="/">返回首頁</a>
</form>
這個代碼只能在index.php?s=form&***的url下面使用,應該不會有錯的,其他url下就不能用這種代碼來提交表單了
回復@二開/定制/使用解答專家 別的頁面怎么辦
這個不好判斷,用google開發(fā)者工具看看提示什么js錯誤
回復@迅睿框架技術-景優(yōu)

這錯了,看這個教程你就明白了
參考文檔:《自定義網(wǎng)站表單提交樣式》
一般這是表單的form體內容寫錯了
回復@迅??蚣芗夹g-景優(yōu) 改了還是報系統(tǒng)錯誤!
回復@迅??蚣芗夹g-景優(yōu)

你明天找官方幫你遠程看一下
回復@鵬
回復@二開/定制/使用解答專家
<form action="" method="post" name="myform" id="myform">
{dr_form_hidden()}
<table width="100%" border="0" cellspacing="0" cellpadding="0" class="tab15">
<tr>
<td height="35" align="right"><span class="hn_red">*</span>單位名稱:</td>
<td width="230" align="left"><label for="textfield"></label>
<input type="text" name="data[sbdwmc]" id="dr_sbdwmc" class="hn_kuang" maxlength="50" style="height:28px;width:224px;"></td>
<td align="left"><span class="hn_Gray">(單位名稱必須與公章一致)最多輸入50個字</span></td>
</tr>
<tr>
<td height="35" align="right" style="font-size:14px;"><span class="hn_red">*</span>
<select onchange="initOrgNoChange(this.value)" id="org_no_type">
<option value="1">統(tǒng)一社會信用代碼</option>
</select>:
</td>
<td align="left">
<div id="div_1" style="display: block;">
<input type="text" id="dr_tyshxydm" onchange="value=value.replace(/[^a-zA-Z0-9]/ig,'')" onkeyup="value=value.replace(/[^a-zA-Z0-9]/ig,'')" onblur="this.value=this.value.toUpperCase();" maxlength="8" class="hn_kuang2" name="data[tyshxydm]" style="height:28px;">
</div>
</td>
<td align="left"><span id="org_no_desc" class="hn_Gray">(指單位組織機構代碼證上的標識代碼)</span></td>
</tr>
<tr>
<td height="35" align="right"><span class="hn_red">*</span>手機號:</td>
<td width="230" align="left"><label for="textfield"></label>
<input type="text" name="data[phone]" id="dr_phone class="hn_kuang" maxlength="50" style="height:28px;width:224px;" ></td>
<td align="left"><span class="hn_Gray"></span></td>
</tr>
<tr>
<td height="35" align="right"><span class="hn_red">*</span>密碼:</td>
<td width="230" align="left"><label for="textfield"></label>
<input type="password" name="data[password]" id="dr_password" class="hn_kuang" maxlength="50" style="height:28px;width:224px;" ></td>
<td align="left"><span class="hn_Gray"></span></td>
</tr>
</table>
</div>
<div style="padding: 20px 0 0;text-align: center;">
<a name="Submit2" class="button_01 " onclick="dr_ajax_member('{dr_now_url()}', 'myform');">下一步</a><span class="ml10"></span><a name="Submit2" class="button_02" title="返回首頁" href="/">返回首頁</a>
</div>
</form>
這個代碼只能在index.php?s=form&***的url下面使用,應該不會有錯的,其他url下就不能用這種代碼來提交表單了
回復@二開/定制/使用解答專家 別的頁面怎么辦