迅睿CMS框架是一款PHP8高性能·简单易用的CMS开源开发框架,基于MIT开源许可协议发布,免费且不限制商业使用,是免费开源的产品,以万端互联为设计理念,支持的微信公众号、小程序、APP客户端、移动端网站、PC网站等多终端式管理系统。
联系官方销售客服
1835022288
028-61286886
网站表单预览页面提交的数据和实际的页面数据不一致:
‘’
表单字段设置:
请问是什么地方的问题
<form action="" class="form-horizontal" 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="cc7f02a10c1c6927d9aad19f4f1e99d2"> <div class="fc-form-body"> <div class="form-group" id="dr_row_title"> <label class="control-label col-md-2"><span class="required" aria-required="true"> * </span>姓名</label> <div class="col-md-10"><input class="form-control dr_required " type="text" name="data[title]" id="dr_title" value="" style="width:300px;" required="required" /><span class="help-block" id="dr_title_tips"></span></div> </div> <div class="form-group" id="dr_row_tel"> <label class="control-label col-md-2">手机号码</label> <div class="col-md-10"><input class="form-control " type="text" name="data[tel]" id="dr_tel" value="" style="width:200px;" /></div> </div> <div class="form-group" id="dr_row_gangwei"> <label class="control-label col-md-2">岗位</label> <div class="col-md-10"><input class="form-control " type="text" name="data[gangwei]" id="dr_gangwei" value="" style="width:200px;" /></div> </div> </div> <div class="portlet-body form myfooter"> <div class="form-actions text-center"> <button type="button" onclick="dr_ajax_submit('/index.php?s=form&c=jobs&m=post', 'myform', '2000', '')" class="btn green"> <i class="fa fa-save"></i> 提交内容</button> </div> </div> </form>
看来楼主不懂mysql,这两项用默认的就行了
、楼上几位朋友说的也是对的