聯(lián)系官方銷售客服
1835022288
028-61286886
插件名稱 | 表單系統(tǒng) V2.5 |
插件作者 | 迅睿官方團(tuán)隊(duì) |
最近更新 | 2024-10-23 13:40:58 |
修復(fù)刪除表單時(shí)的故障問題 |
之前沒有添加驗(yàn)證碼功能,提交表單的速度非??欤径际?秒內(nèi)完成,添加在驗(yàn)證碼后,要等待20~30秒才提示提交成功
服務(wù)器配置是2核4G內(nèi)存,PHP8.0、MySQL5.7
怎么排查是什么原因?qū)е碌?,提交速度那么?/p>
復(fù)制引用官方的頭部文件的代碼 <script type="text/javascript">var is_mobile_cms = '{IS_MOBILE}';var web_dir = '{WEB_DIR}';</script> <script src="{THEME_PATH}assets/global/plugins/jquery.min.js" type="text/javascript"></script> <script src="{THEME_PATH}assets/js/cms.js" type="text/javascript"></script> <script src="{HOME_THEME_PATH}web/scripts/app.min.js" type="text/javascript"></script>
{php extract(dr_get_form_post_value('xunpan'))} <form action="{$post_url}&is_show_msg=1" class="form-horizontal" method="post" name="feedback" id="myform"> <ul> <li><p>Name<span>*</span></p><input name="data[title]" type="text" placeholder="Name" required="required"></li> <li><p>Country</p><input name="data[guojia]" type="text" placeholder="Country"></li> <li><p>E-mail<span>*</span></p><input name="data[email]" type="text" placeholder="E-mail" required="required"></li> <li><p>Tel</p><input name="data[dianhua]" type="text" placeholder="Tel"></li> <li><p>Company</p><input name="data[gongsi]" type="text" placeholder="Company"></li> <li><p>Message<span>*</span></p><textarea name="data[neirong]" placeholder="Message" required="required"></textarea></li> {if $is_post_code} {dr_lang('Type the code')} <input type="text" name="code"> {dr_code(120, 66)} {/if} <li> <button type="button" onclick="dr_ajax_submit('{$post_url}', 'myform', '2000', '{$rt_url}')" >Submit</button></li> </ul> </form>
檢查下有沒有聯(lián)網(wǎng)動(dòng)作,比如表單提交郵件通知等等需要聯(lián)網(wǎng)的動(dòng)作
回復(fù)@外聘專員-小波工作室 大佬,我知道了,我把郵件功能關(guān)掉了,確實(shí)提交速度確實(shí)變快了,同時(shí)我把郵件發(fā)送功能重新設(shè)置即可