迅睿CMS框架是一款PHP8高性能·简单易用的CMS开源开发框架,基于MIT开源许可协议发布,免费且不限制商业使用,是免费开源的产品,以万端互联为设计理念,支持的微信公众号、小程序、APP客户端、移动端网站、PC网站等多终端式管理系统。
联系官方销售客服
1835022288
028-61286886
移动端表单提交后,提示后,跳转到错误页面,不知道怎么办了
<form action="" class="my-4" method="post" name="myform" id="myform"> <input name="is_form" type="hidden" value="1"> <input name="is_admin" type="hidden" value="0"> <input name="is_tips" type="hidden" value=""> <input name="csrf_test_name" type="hidden" value="75d111f35943662e52723616577c5c4b"> <li> <input type="text" name="data[author]" id="dr_author" maxlength="20" placeholder="姓名" class="login_input " /> </li> <li> <input type="text" name="data[title]" id="dr_title" maxlength="20" placeholder="手机号码" class="login_input" > </li> <li> <textarea name="content" name="data[neirong]" id="dr_neirong" rows="" onKeyUp="strlen_verify(this,'booklen',255)" placeholder="咨询内容" class="login_textarea" ></textarea> </li> <li> <input class="login_btn common_bg" type="button" onclick="dr_ajax_submit('http://675729.testyuming.top/index.php?s=form&c=ceshi&m=post', 'myform', '2000', 'http://675729.testyuming.top/index.php?s=form&c=ceshi&m=post')" value="提 交"> </li> </form>
dr_ajax_submit('/index.php?s=form&c=ceshi&m=post'
<input class="login_btn common_bg" type="button" onclick="dr_ajax_submit('http://675729.testyuming.top/index.php?s=form&c=ceshi&m=post', 'myform', '2000', 'http://675729.testyuming.top/index.php?s=form&c=ceshi&m=post')" value="提 交">
dr_ajax_submit('/mobile/index.php?s=form&c=ceshi&m=post'